aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Weinberger <[email protected]>2014-09-05 06:56:18 -0700
committerLennox Wu <[email protected]>2014-10-05 04:38:08 +0800
commit1742b630e43a6ccca67cf634704e8b76d128947f (patch)
tree70bb19751b3ced1cfca2fafcfabdc3493fc03ab3
parentd32c98e9855c719620fc418ff540acc6d5880bd8 (diff)
score: Remove GENERIC_HAS_IOMAP
The symbol is an orphan, get rid of it. Signed-off-by: Richard Weinberger <[email protected]> Acked-by: Lennox Wu <[email protected]> Cc: Paul Bolle <[email protected]> [Guenter Roeck: Merge with 3.17-rc3; update headline] Signed-off-by: Guenter Roeck <[email protected]>
-rw-r--r--arch/score/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/score/Kconfig b/arch/score/Kconfig
index 4ac8cae5727c..366e1b599a7b 100644
--- a/arch/score/Kconfig
+++ b/arch/score/Kconfig
@@ -22,17 +22,14 @@ choice
config ARCH_SCORE7
bool "SCORE7 processor"
select SYS_SUPPORTS_32BIT_KERNEL
- select GENERIC_HAS_IOMAP
config MACH_SPCT6600
bool "SPCT6600 series based machines"
select SYS_SUPPORTS_32BIT_KERNEL
- select GENERIC_HAS_IOMAP
config SCORE_SIM
bool "Score simulator"
select SYS_SUPPORTS_32BIT_KERNEL
- select GENERIC_HAS_IOMAP
endchoice
endmenu