Skip to content

Commit c05b911

Browse files
author
Damien Le Moal
committed
ata: ahci_sunxi: add compile test support
Add Kconfig dependendy on COMPILE_TEST to allow compile tests with configs that do not enable ARCH_SUNXI. Signed-off-by: Damien Le Moal <[email protected]> Reviewed-by: Hannes Reinecke <[email protected]>
1 parent 368c7ed commit c05b911

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
@@ -236,7 +236,7 @@ config AHCI_OCTEON
236236

237237
config AHCI_SUNXI
238238
tristate "Allwinner sunxi AHCI SATA support"
239-
depends on ARCH_SUNXI
239+
depends on ARCH_SUNXI || COMPILE_TEST
240240
select SATA_HOST
241241
help
242242
This option enables support for the Allwinner sunxi SoC's

0 commit comments

Comments
 (0)