Skip to content

Commit a33a348

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

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
@@ -294,7 +294,7 @@ config SATA_GEMINI
294294

295295
config SATA_AHCI_SEATTLE
296296
tristate "AMD Seattle 6.0Gbps AHCI SATA host controller support"
297-
depends on ARCH_SEATTLE
297+
depends on ARCH_SEATTLE || COMPILE_TEST
298298
select SATA_HOST
299299
help
300300
This option enables support for AMD Seattle SATA host controller.

0 commit comments

Comments
 (0)