diff options
author | Jean Delvare <jdelvare@suse.de> | 2014-03-14 12:54:31 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-03-17 15:57:28 -0400 |
commit | 5b40dd30bbfaa7fcba0cd945a4852a146c552ea7 (patch) | |
tree | e268635af6f3c8b8da5158e6771ca1ef6c4d28e9 /drivers/ide/Kconfig | |
parent | 2f2d4dd63d4e0db6d3a9a246624a7ea335957e98 (diff) |
ide: 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>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/ide/Kconfig')
-rw-r--r-- | drivers/ide/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index 1bbf48ea73ff..a04c49f2a011 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig | |||
@@ -488,6 +488,7 @@ config BLK_DEV_JMICRON | |||
488 | 488 | ||
489 | config BLK_DEV_SC1200 | 489 | config BLK_DEV_SC1200 |
490 | tristate "National SCx200 chipset support" | 490 | tristate "National SCx200 chipset support" |
491 | depends on X86_32 || COMPILE_TEST | ||
491 | select BLK_DEV_IDEDMA_PCI | 492 | select BLK_DEV_IDEDMA_PCI |
492 | help | 493 | help |
493 | This driver adds support for the on-board IDE controller on the | 494 | This driver adds support for the on-board IDE controller on the |