diff options
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index daa481824d9c..2a9c69f34482 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -150,12 +150,6 @@ config TEXTSEARCH_BM | |||
150 | config TEXTSEARCH_FSM | 150 | config TEXTSEARCH_FSM |
151 | tristate | 151 | tristate |
152 | 152 | ||
153 | # | ||
154 | # plist support is select#ed if needed | ||
155 | # | ||
156 | config PLIST | ||
157 | boolean | ||
158 | |||
159 | config HAS_IOMEM | 153 | config HAS_IOMEM |
160 | boolean | 154 | boolean |
161 | depends on !NO_IOMEM | 155 | depends on !NO_IOMEM |
@@ -188,4 +182,10 @@ config DISABLE_OBSOLETE_CPUMASK_FUNCTIONS | |||
188 | bool "Disable obsolete cpumask functions" if DEBUG_PER_CPU_MAPS | 182 | bool "Disable obsolete cpumask functions" if DEBUG_PER_CPU_MAPS |
189 | depends on EXPERIMENTAL && BROKEN | 183 | depends on EXPERIMENTAL && BROKEN |
190 | 184 | ||
185 | # | ||
186 | # Netlink attribute parsing support is select'ed if needed | ||
187 | # | ||
188 | config NLATTR | ||
189 | bool | ||
190 | |||
191 | endmenu | 191 | endmenu |