Skip to content

Commit 641ba1a

Browse files
author
Damien Le Moal
committed
ata: ahci_brcm: add compile test support
Add Kconfig dependendy on COMPILE_TEST to allow compile tests with configs that do not enable ARCH_BRCMSTB, BMIPS_GENERIC or ARCH_BCM_XXX. Signed-off-by: Damien Le Moal <[email protected]> Reviewed-by: Hannes Reinecke <[email protected]>
1 parent 87924c5 commit 641ba1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ata/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ config SATA_AHCI_PLATFORM
146146
config AHCI_BRCM
147147
tristate "Broadcom AHCI SATA support"
148148
depends on ARCH_BRCMSTB || BMIPS_GENERIC || ARCH_BCM_NSP || \
149-
ARCH_BCM_63XX
149+
ARCH_BCM_63XX || COMPILE_TEST
150150
select SATA_HOST
151151
help
152152
This option enables support for the AHCI SATA3 controller found on

0 commit comments

Comments
 (0)