Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8761f1ab authored by Ralf Baechle's avatar Ralf Baechle Committed by Thomas Gleixner
Browse files

pcspkr: Cleanup Kconfig dependencies



Lenghty lists of the kind "depends on ARCH1 || ARCH2 ... || ARCH123" are
usually either wrong or too coarse grained.  Or plain an ugly sin.

[ tglx: Fixed up amigaone ]

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Matt Turner <mattst88@gmail.com>
Acked-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: linux-alpha@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: linuxppc-dev@lists.ozlabs.org
Cc: Gerhard Pircher <gerhard_pircher@gmx.net>
Link: http://lkml.kernel.org/r/20110601180610.984881988@duck.linux-mips.net


Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 85049276
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ config ALPHA
	select HAVE_OPROFILE
	select HAVE_SYSCALL_WRAPPERS
	select HAVE_IRQ_WORK
	select HAVE_PCSPKR_PLATFORM
	select HAVE_PERF_EVENTS
	select HAVE_DMA_ATTRS
	select HAVE_GENERIC_HARDIRQS
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ config MIPS
	select HAVE_IDE
	select HAVE_OPROFILE
	select HAVE_IRQ_WORK
	select HAVE_PCSPKR_PLATFORM
	select HAVE_PERF_EVENTS
	select PERF_USE_VMALLOC
	select HAVE_ARCH_KGDB
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ config AMIGAONE
	select NOT_COHERENT_CACHE
	select CHECK_CACHE_COHERENCY
	select DEFAULT_UIMAGE
	select PCSPKR_PLATFORM
	select HAVE_PCSPKR_PLATFORM
	help
	Select AmigaOne for the following machines:
	- AmigaOne SE/Teron CX (G3 only)
+1 −0
Original line number Diff line number Diff line
config PPC_CHRP
	bool "Common Hardware Reference Platform (CHRP) based machines"
	depends on 6xx
	select HAVE_PCSPKR_PLATFORM
	select MPIC
	select PPC_I8259
	select PPC_INDIRECT_PCI
+1 −0
Original line number Diff line number Diff line
config PPC_PREP
	bool "PowerPC Reference Platform (PReP) based machines"
	depends on 6xx && BROKEN
	select HAVE_PCSPKR_PLATFORM
	select MPIC
	select PPC_I8259
	select PPC_INDIRECT_PCI
Loading