diff options
author | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2022-01-04 08:53:49 +0300 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2022-01-05 13:33:04 +0300 |
commit | 56e18702b0c240dc3c4fde0619e8a78f5f13be97 (patch) | |
tree | 814a54e599037383eed8c79b4d3aa2ac4ea3a62a /drivers/ata/Kconfig | |
parent | e73d737894dc4a59f232e1a1b16d968569fa0ffd (diff) | |
download | linux-56e18702b0c240dc3c4fde0619e8a78f5f13be97.tar.xz |
ata: ahci_dm816: add compile test support
Add Kconfig dependendy on COMPILE_TEST to allow compile tests with
configs that do not enable ARCH_OMAP2PLUS.
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Diffstat (limited to 'drivers/ata/Kconfig')
-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 b100565762e9..47b7b69b88b1 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -166,7 +166,7 @@ config AHCI_DA850 config AHCI_DM816 tristate "DaVinci DM816 AHCI SATA support" - depends on ARCH_OMAP2PLUS + depends on ARCH_OMAP2PLUS || COMPILE_TEST select SATA_HOST help This option enables support for the DaVinci DM816 SoC's |