Kconfig (a61944c251c3e68c4bbf6eb96ff61c7b286351c5) | Kconfig (15f304b664c0d0a3e76ed3a9ce3615a86908babe) |
---|---|
1config ARCH 2 string 3 option env="ARCH" 4 5config KERNELVERSION 6 string 7 option env="KERNELVERSION" 8 --- 988 unchanged lines hidden (view full) --- 997 default y 998 bool "Enable ELF core dumps" if EXPERT 999 help 1000 Enable support for generating core dumps. Disabling saves about 4k. 1001 1002config PCSPKR_PLATFORM 1003 bool "Enable PC-Speaker support" if EXPERT 1004 depends on ALPHA || X86 || MIPS || PPC_PREP || PPC_CHRP || PPC_PSERIES | 1config ARCH 2 string 3 option env="ARCH" 4 5config KERNELVERSION 6 string 7 option env="KERNELVERSION" 8 --- 988 unchanged lines hidden (view full) --- 997 default y 998 bool "Enable ELF core dumps" if EXPERT 999 help 1000 Enable support for generating core dumps. Disabling saves about 4k. 1001 1002config PCSPKR_PLATFORM 1003 bool "Enable PC-Speaker support" if EXPERT 1004 depends on ALPHA || X86 || MIPS || PPC_PREP || PPC_CHRP || PPC_PSERIES |
1005 select I8253_LOCK |
|
1005 default y 1006 help 1007 This option allows to disable the internal PC-Speaker 1008 support, saving some memory. 1009 1010config BASE_FULL 1011 default y 1012 bool "Enable full-sized data structures for core" if EXPERT --- 374 unchanged lines hidden --- | 1006 default y 1007 help 1008 This option allows to disable the internal PC-Speaker 1009 support, saving some memory. 1010 1011config BASE_FULL 1012 default y 1013 bool "Enable full-sized data structures for core" if EXPERT --- 374 unchanged lines hidden --- |