Since commit "Bluetooth: Add native RFKILL soft-switch support for all devices" (611b30f74b5) bluetooth depends on RFKILL. Signed-off-by: Alexander Beregalov <a.beregalov@xxxxxxxxx> --- net/bluetooth/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index 7725da9..85ec71d 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig @@ -3,7 +3,7 @@ # menuconfig BT - depends on NET && !S390 + depends on NET && RFKILL && !S390 tristate "Bluetooth subsystem support" help Bluetooth is low-cost, low-power, short-range wireless technology. -- 1.6.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html