aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2014-09-05 09:56:18 -0400
committerJiri Kosina <jkosina@suse.cz>2014-09-08 04:15:36 -0400
commit2570741ac876fea8383fcea7388370f77d6574d7 (patch)
tree515a966caa493eee3eb64d90474f28e774bf0213
parent7d75a871888e3f5e1a7c99bf240d1cd67d8bdfa0 (diff)
score: Remove GENERIC_HAS_IOMAP
The symbol is an orphan, get rid of it. Signed-off-by: Richard Weinberger <richard@nod.at> Acked-by: Lennox Wu <lennox.wu@gmail.com> Cc: Paul Bolle <pebolle@tiscali.nl> [Guenter Roeck: Merge with 3.17-rc3; update headline] Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-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
22config ARCH_SCORE7 22config ARCH_SCORE7
23 bool "SCORE7 processor" 23 bool "SCORE7 processor"
24 select SYS_SUPPORTS_32BIT_KERNEL 24 select SYS_SUPPORTS_32BIT_KERNEL
25 select GENERIC_HAS_IOMAP
26 25
27config MACH_SPCT6600 26config MACH_SPCT6600
28 bool "SPCT6600 series based machines" 27 bool "SPCT6600 series based machines"
29 select SYS_SUPPORTS_32BIT_KERNEL 28 select SYS_SUPPORTS_32BIT_KERNEL
30 select GENERIC_HAS_IOMAP
31 29
32config SCORE_SIM 30config SCORE_SIM
33 bool "Score simulator" 31 bool "Score simulator"
34 select SYS_SUPPORTS_32BIT_KERNEL 32 select SYS_SUPPORTS_32BIT_KERNEL
35 select GENERIC_HAS_IOMAP
36endchoice 33endchoice
37 34
38endmenu 35endmenu