diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-22 19:51:56 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-22 19:51:56 -0400 |
commit | a99a7d1436f9375662f35ccac8f1a1e1b0302a11 (patch) | |
tree | 0b3f411f6b1c4256063cf1d53773110f5a5f7482 /init/Kconfig | |
parent | bdc7ccfc0631797636837b10df7f87bc1e2e4ae3 (diff) | |
parent | ded7c1ee9799fe0ca725b459f151402e3ca4d12b (diff) |
Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
mips: Fix i8253 clockevent fallout
i8253: Cleanup outb/inb magic
arm: Footbridge: Use common i8253 clockevent
mips: Use common i8253 clockevent
x86: Use common i8253 clockevent
i8253: Create common clockevent implementation
i8253: Export i8253_lock unconditionally
pcpskr: MIPS: Make config dependencies finer grained
pcspkr: Cleanup Kconfig dependencies
i8253: Move remaining content and delete asm/i8253.h
i8253: Consolidate definitions of PIT_LATCH
x86: i8253: Consolidate definitions of global_clock_event
i8253: Alpha, PowerPC: Remove unused asm/8253pit.h
alpha: i8253: Cleanup remaining users of i8253pit.h
i8253: Remove I8253_LOCK config
i8253: Make pcsp sound driver use the shared i8253_lock
i8253: Make pcspkr input driver use the shared i8253_lock
i8253: Consolidate all kernel definitions of i8253_lock
i8253: Unify all kernel declarations of i8253_lock
i8253: Create linux/i8253.h and use it in all 8253 related files
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 412c21b00d51..27b8a7a43261 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -1007,14 +1007,19 @@ config ELF_CORE | |||
1007 | help | 1007 | help |
1008 | Enable support for generating core dumps. Disabling saves about 4k. | 1008 | Enable support for generating core dumps. Disabling saves about 4k. |
1009 | 1009 | ||
1010 | |||
1010 | config PCSPKR_PLATFORM | 1011 | config PCSPKR_PLATFORM |
1011 | bool "Enable PC-Speaker support" if EXPERT | 1012 | bool "Enable PC-Speaker support" if EXPERT |
1012 | depends on ALPHA || X86 || MIPS || PPC_PREP || PPC_CHRP || PPC_PSERIES | 1013 | depends on HAVE_PCSPKR_PLATFORM |
1014 | select I8253_LOCK | ||
1013 | default y | 1015 | default y |
1014 | help | 1016 | help |
1015 | This option allows to disable the internal PC-Speaker | 1017 | This option allows to disable the internal PC-Speaker |
1016 | support, saving some memory. | 1018 | support, saving some memory. |
1017 | 1019 | ||
1020 | config HAVE_PCSPKR_PLATFORM | ||
1021 | bool | ||
1022 | |||
1018 | config BASE_FULL | 1023 | config BASE_FULL |
1019 | default y | 1024 | default y |
1020 | bool "Enable full-sized data structures for core" if EXPERT | 1025 | bool "Enable full-sized data structures for core" if EXPERT |