aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2016-09-20 11:20:10 -0400
committerHelge Deller <deller@gmx.de>2016-09-20 12:02:35 -0400
commitb5d5cf2b8a68618a8ec646cab5746e2f539dc244 (patch)
tree3b7bfba3271e602dd2ac0a431426367cde9d2b82 /init
parentd2ffb0103aaefa9b169da042cf39ce27bfb6cdbb (diff)
parisc: Drop BROKEN_RODATA config option
PARISC was the only architecture which selected the BROKEN_RODATA config option. Drop it and remove the special handling from init.h as well. Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/init/Kconfig b/init/Kconfig
index cac3f096050d..cc20d7a32112 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -2108,12 +2108,6 @@ config PADATA
2108 depends on SMP 2108 depends on SMP
2109 bool 2109 bool
2110 2110
2111# Can be selected by architectures with broken toolchains
2112# that get confused by correct const<->read_only section
2113# mappings
2114config BROKEN_RODATA
2115 bool
2116
2117config ASN1 2111config ASN1
2118 tristate 2112 tristate
2119 help 2113 help