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

Commit f29327d9 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Robert Jarzmik
Browse files

ARM: pxa: don't select RFKILL if CONFIG_NET is disabled



Bluetooth is only supported when network support is part of the kernel,
so it is a bit pointless to build the tosa-bt support without networking.
If we try anyway, we get a Kconfig warning:

warning: (TOSA_BT && H1940BT) selects RFKILL which has unmet direct dependencies (NET)

This adds a dependency on CONFIG_NET to avoid that case.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
parent 343c1cdb
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -528,7 +528,7 @@ config MACH_TOSA


config TOSA_BT
config TOSA_BT
	tristate "Control the state of built-in bluetooth chip on Sharp SL-6000"
	tristate "Control the state of built-in bluetooth chip on Sharp SL-6000"
	depends on MACH_TOSA
	depends on MACH_TOSA && NET
	select RFKILL
	select RFKILL
	help
	help
	  This is a simple driver that is able to control
	  This is a simple driver that is able to control