ARM: s3c24xx: make H1940BT depend on RFKILL
authorArnd Bergmann <arnd@arndb.de>
Thu, 20 Jul 2017 15:53:43 +0000 (17:53 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Thu, 20 Jul 2017 18:26:24 +0000 (20:26 +0200)
commitf991ce429a420dbb42b3e4b5a47490c84390d7e1
tree735203968c8a170b1045ee2542e8f42aae712de8
parentb1dce7132cc3fab5cd0f17867cfd84bbe54e0c31
ARM: s3c24xx: make H1940BT depend on RFKILL

Bluetooth is only supported when network support is part of the kernel,
so it is a bit pointless to build the hi1940-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 turns the 'select' into 'depends on' as Krzysztof suggested when
I first sent a fix.

Suggested-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://patchwork.kernel.org/patch/8164161/
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/mach-s3c24xx/Kconfig