diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 2d2ef447a9ab..6f0e9d50fda9 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -999,15 +999,19 @@ config ELF_CORE | |||
999 | help | 999 | help |
1000 | Enable support for generating core dumps. Disabling saves about 4k. | 1000 | Enable support for generating core dumps. Disabling saves about 4k. |
1001 | 1001 | ||
1002 | |||
1002 | config PCSPKR_PLATFORM | 1003 | config PCSPKR_PLATFORM |
1003 | bool "Enable PC-Speaker support" if EXPERT | 1004 | bool "Enable PC-Speaker support" if EXPERT |
1004 | depends on ALPHA || X86 || MIPS || PPC_PREP || PPC_CHRP || PPC_PSERIES | 1005 | depends on HAVE_PCSPKR_PLATFORM |
1005 | select I8253_LOCK | 1006 | select I8253_LOCK |
1006 | default y | 1007 | default y |
1007 | help | 1008 | help |
1008 | This option allows to disable the internal PC-Speaker | 1009 | This option allows to disable the internal PC-Speaker |
1009 | support, saving some memory. | 1010 | support, saving some memory. |
1010 | 1011 | ||
1012 | config HAVE_PCSPKR_PLATFORM | ||
1013 | bool | ||
1014 | |||
1011 | config BASE_FULL | 1015 | config BASE_FULL |
1012 | default y | 1016 | default y |
1013 | bool "Enable full-sized data structures for core" if EXPERT | 1017 | bool "Enable full-sized data structures for core" if EXPERT |