diff options
author | Stas Sergeev <stsp@aknet.ru> | 2008-05-07 06:39:56 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-05-07 06:42:03 -0400 |
commit | e5e1d3cb20034a3cbcfff1f0bae12201aa2ce17e (patch) | |
tree | f1260a7e59ac21b790c76c1539e71603359806ad /init/Kconfig | |
parent | a15306365a16380f3bafee9e181ba01231d4acd7 (diff) |
pcspkr: fix dependancies
fix pcspkr dependancies: make the pcspkr platform
drivers to depend on a platform device, and
not the other way around.
Signed-off-by: Stas Sergeev <stsp@aknet.ru>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Dmitry Torokhov <dtor@mail.ru>
CC: Vojtech Pavlik <vojtech@suse.cz>
CC: Michael Opdenacker <michael-lists@free-electrons.com>
[fixed for 2.6.26-rc1 by tiwai]
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 4c33316743f5..3b5adbf228c7 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -634,6 +634,14 @@ config ELF_CORE | |||
634 | help | 634 | help |
635 | Enable support for generating core dumps. Disabling saves about 4k. | 635 | Enable support for generating core dumps. Disabling saves about 4k. |
636 | 636 | ||
637 | config PCSPKR_PLATFORM | ||
638 | bool "Enable PC-Speaker support" if EMBEDDED | ||
639 | depends on ALPHA || X86 || MIPS || PPC_PREP || PPC_CHRP || PPC_PSERIES | ||
640 | default y | ||
641 | help | ||
642 | This option allows to disable the internal PC-Speaker | ||
643 | support, saving some memory. | ||
644 | |||
637 | config COMPAT_BRK | 645 | config COMPAT_BRK |
638 | bool "Disable heap randomization" | 646 | bool "Disable heap randomization" |
639 | default y | 647 | default y |