diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index d95ca7cd5d45..1510e17a2902 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -1262,4 +1262,8 @@ source "block/Kconfig" | |||
1262 | config PREEMPT_NOTIFIERS | 1262 | config PREEMPT_NOTIFIERS |
1263 | bool | 1263 | bool |
1264 | 1264 | ||
1265 | config PADATA | ||
1266 | depends on SMP | ||
1267 | bool | ||
1268 | |||
1265 | source "kernel/Kconfig.locks" | 1269 | source "kernel/Kconfig.locks" |