diff options
author | Jean Delvare <jdelvare@suse.de> | 2014-03-14 15:41:31 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2014-03-14 10:42:50 -0400 |
commit | 840aa78782f02d5d442fae9af425118ed0ce8cba (patch) | |
tree | 623b6594c1bf9fc22553bb048b840f85134df938 /drivers/ata | |
parent | 761a8c2765df17ac5296e2631a16ec08d1a0cb1c (diff) | |
download | blackbird-obmc-linux-840aa78782f02d5d442fae9af425118ed0ce8cba.tar.gz blackbird-obmc-linux-840aa78782f02d5d442fae9af425118ed0ce8cba.zip |
ata: Fix SC1200 dependencies
The SC1200 is a SoC based on the Geode GX1 32-bit x86 processor, so
its drivers are only needed on this architecture, except for build
testing purpose.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Tejun Heo <tj@kernel.org>
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 4c338b27cb89..e4ac81989a6c 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -683,7 +683,7 @@ config PATA_RDC config PATA_SC1200 tristate "SC1200 PATA support" - depends on PCI + depends on PCI && (X86_32 || COMPILE_TEST) help This option enables support for the NatSemi/AMD SC1200 SoC companion chip used with the Geode processor family. |