Messages in this thread Patch in this message |  | | | Date | Sun, 27 Apr 2008 03:39:37 +0400 | | From | Stas Sergeev <> | | Subject | Re: [patch] pcspkr: fix dependancies | |
Hello.
Dmitry Torokhov wrote:
> No, not another config option please. Either make pcspkr platform
> device be created unconditionally
I also think this would be the best
fix. But this will return us to the
state of 2.6.24. Presumably the dependancy
was added for the reason, even if I
fail to see one.
But in any case, the patch is attached.
> or if either pcspkr or snd-pcsp
> is selected.
I don't think it is correct, but if
people think it is, then this can be
done.
---
Compile pcspkr platform device unconditionally.
That allows snd-pcsp to work.
Signed-off-by: Stas Sergeev <stsp@aknet.ru>
--- a/arch/x86/kernel/Makefile 2008-04-26 13:40:06.000000000 +0400
+++ b/arch/x86/kernel/Makefile 2008-04-26 18:22:49.000000000 +0400
@@ -83,9 +83,7 @@
obj-$(CONFIG_VMI) += vmi_32.o vmiclock_32.o
obj-$(CONFIG_PARAVIRT) += paravirt.o paravirt_patch_$(BITS).o
-ifdef CONFIG_INPUT_PCSPKR
obj-y += pcspeaker.o
-endif
obj-$(CONFIG_SCx200) += scx200.o
scx200-y += scx200_32.o |  |