diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 412c21b00d51..e20aa3112240 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -917,6 +917,8 @@ config ANON_INODES | |||
917 | 917 | ||
918 | menuconfig EXPERT | 918 | menuconfig EXPERT |
919 | bool "Configure standard kernel features (expert users)" | 919 | bool "Configure standard kernel features (expert users)" |
920 | # Unhide debug options, to make the on-by-default options visible | ||
921 | select DEBUG_KERNEL | ||
920 | help | 922 | help |
921 | This option allows certain base kernel options and settings | 923 | This option allows certain base kernel options and settings |
922 | to be disabled or tweaked. This is for specialized | 924 | to be disabled or tweaked. This is for specialized |
@@ -1007,14 +1009,19 @@ config ELF_CORE | |||
1007 | help | 1009 | help |
1008 | Enable support for generating core dumps. Disabling saves about 4k. | 1010 | Enable support for generating core dumps. Disabling saves about 4k. |
1009 | 1011 | ||
1012 | |||
1010 | config PCSPKR_PLATFORM | 1013 | config PCSPKR_PLATFORM |
1011 | bool "Enable PC-Speaker support" if EXPERT | 1014 | bool "Enable PC-Speaker support" if EXPERT |
1012 | depends on ALPHA || X86 || MIPS || PPC_PREP || PPC_CHRP || PPC_PSERIES | 1015 | depends on HAVE_PCSPKR_PLATFORM |
1016 | select I8253_LOCK | ||
1013 | default y | 1017 | default y |
1014 | help | 1018 | help |
1015 | This option allows to disable the internal PC-Speaker | 1019 | This option allows to disable the internal PC-Speaker |
1016 | support, saving some memory. | 1020 | support, saving some memory. |
1017 | 1021 | ||
1022 | config HAVE_PCSPKR_PLATFORM | ||
1023 | bool | ||
1024 | |||
1018 | config BASE_FULL | 1025 | config BASE_FULL |
1019 | default y | 1026 | default y |
1020 | bool "Enable full-sized data structures for core" if EXPERT | 1027 | bool "Enable full-sized data structures for core" if EXPERT |