aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2013-09-03 05:45:43 -0400
committerLinus Walleij <linus.walleij@linaro.org>2013-09-25 09:25:23 -0400
commitf4b24978aa8648e1f1b6bc6bcaf5aa0e211549f7 (patch)
tree7c07262f56502dcadb1a25be43ddaec2e4adcc63 /drivers
parent3c5710f6a229504d1e6b15cb4170b64ab420b43a (diff)
ide: drop dependency on ARCH_SHARK
This drops the selection of default IDE chipset for the Shark machine as it has been deleted. Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ide/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig
index 02906ca99b41..3f7f59cc8b5f 100644
--- a/drivers/ide/Kconfig
+++ b/drivers/ide/Kconfig
@@ -197,8 +197,8 @@ comment "IDE chipset support/bugfixes"
197 197
198config IDE_GENERIC 198config IDE_GENERIC
199 tristate "generic/default IDE chipset support" 199 tristate "generic/default IDE chipset support"
200 depends on ALPHA || X86 || IA64 || M32R || MIPS || ARCH_RPC || ARCH_SHARK 200 depends on ALPHA || X86 || IA64 || M32R || MIPS || ARCH_RPC
201 default ARM && (ARCH_RPC || ARCH_SHARK) 201 default ARM && ARCH_RPC
202 help 202 help
203 This is the generic IDE driver. This driver attaches to the 203 This is the generic IDE driver. This driver attaches to the
204 fixed legacy ports (e.g. on PCs 0x1f0/0x170, 0x1e8/0x168 and 204 fixed legacy ports (e.g. on PCs 0x1f0/0x170, 0x1e8/0x168 and