diff options
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 0b0e29ed82d1..e2056828dc64 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -546,7 +546,7 @@ config SLUB_DEBUG | |||
546 | 546 | ||
547 | choice | 547 | choice |
548 | prompt "Choose SLAB allocator" | 548 | prompt "Choose SLAB allocator" |
549 | default SLAB | 549 | default SLUB |
550 | help | 550 | help |
551 | This option allows to select a slab allocator. | 551 | This option allows to select a slab allocator. |
552 | 552 | ||