diff options
author | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2022-01-04 15:01:01 +0900 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2022-01-14 15:17:16 +0900 |
commit | 368c7edc15e5e505ab56d6caad60fd11ee2bc428 (patch) | |
tree | ca1f29d5d5feffe8583e0a9257161c527ea5c542 /drivers/ata | |
parent | 28a53d3160acd7e44a39a146da20e3e672fb0d96 (diff) | |
download | linux-368c7edc15e5e505ab56d6caad60fd11ee2bc428.tar.gz linux-368c7edc15e5e505ab56d6caad60fd11ee2bc428.tar.bz2 linux-368c7edc15e5e505ab56d6caad60fd11ee2bc428.zip |
ata: ahci_mvebu: add compile test support
Add Kconfig dependendy on COMPILE_TEST to allow compile tests with
configs that do not enable ARCH_MVEBU.
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 305718031a3c..830e781e50c3 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -217,7 +217,7 @@ config AHCI_MTK config AHCI_MVEBU tristate "Marvell EBU AHCI SATA support" - depends on ARCH_MVEBU + depends on ARCH_MVEBU || COMPILE_TEST select SATA_HOST help This option enables support for the Marvebu EBU SoC's |