diff options
Diffstat (limited to 'init/Kconfig')
| -rw-r--r-- | init/Kconfig | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 39923ccc287b..9ee778294756 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
| @@ -334,6 +334,15 @@ config TREE_PREEMPT_RCU | |||
| 334 | is also required. It also scales down nicely to | 334 | is also required. It also scales down nicely to |
| 335 | smaller systems. | 335 | smaller systems. |
| 336 | 336 | ||
| 337 | config TINY_RCU | ||
| 338 | bool "UP-only small-memory-footprint RCU" | ||
| 339 | depends on !SMP | ||
| 340 | help | ||
| 341 | This option selects the RCU implementation that is | ||
| 342 | designed for UP systems from which real-time response | ||
| 343 | is not required. This option greatly reduces the | ||
| 344 | memory footprint of RCU. | ||
| 345 | |||
| 337 | endchoice | 346 | endchoice |
| 338 | 347 | ||
| 339 | config RCU_TRACE | 348 | config RCU_TRACE |
| @@ -606,7 +615,7 @@ config SYSFS_DEPRECATED | |||
| 606 | bool | 615 | bool |
| 607 | 616 | ||
| 608 | config SYSFS_DEPRECATED_V2 | 617 | config SYSFS_DEPRECATED_V2 |
| 609 | bool "remove sysfs features which may confuse old userspace tools" | 618 | bool "enable deprecated sysfs features which may confuse old userspace tools" |
| 610 | depends on SYSFS | 619 | depends on SYSFS |
| 611 | default n | 620 | default n |
| 612 | select SYSFS_DEPRECATED | 621 | select SYSFS_DEPRECATED |
| @@ -1220,3 +1229,4 @@ source "block/Kconfig" | |||
| 1220 | config PREEMPT_NOTIFIERS | 1229 | config PREEMPT_NOTIFIERS |
| 1221 | bool | 1230 | bool |
| 1222 | 1231 | ||
| 1232 | source "kernel/Kconfig.locks" | ||
