diff options
author | Damien Le Moal | 2022-01-04 15:24:52 +0900 |
---|---|---|
committer | Damien Le Moal | 2022-01-14 15:17:17 +0900 |
commit | 2aa566716f43776aee1cb46b3bb40af67b080d06 (patch) | |
tree | c5ee3c43778d9bd4ff3ead655fe874fa5f398a1a /drivers | |
parent | dc5d7b3cfd7833d41c2e2fad5fd5af5c95d05d04 (diff) |
ata: pata_ftide010: add compile test support
Add Kconfig dependendy on COMPILE_TEST to allow compile tests with
configs that do not enable ARM.
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Diffstat (limited to 'drivers')
-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 2c381c59357b..f0e59ab5c11f 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -685,7 +685,7 @@ config PATA_EP93XX config PATA_FTIDE010 tristate "Faraday Technology FTIDE010 PATA support" depends on OF - depends on ARM + depends on ARM || COMPILE_TEST depends on SATA_GEMINI help This option enables support for the Faraday FTIDE010 |