From: Randy Dunlap Date: Sat, 11 Sep 2010 23:00:12 +0000 (-0700) Subject: staging: ST_BT depends on RFKILL X-Git-Tag: v2.6.37-rc1~60^2~3^2~581 X-Git-Url: https://bbs.cooldavid.org/git/?p=net-next-2.6.git;a=commitdiff_plain;h=2427924cb02c4886ec298094d18d15eb511ebc14 staging: ST_BT depends on RFKILL Fix kconfig unmet dependency warning: warning: (ST_BT && STAGING && !STAGING_EXCLUDE_BUILD && BT) selects TI_ST which has unmet direct dependencies (RFKILL) Signed-off-by: Randy Dunlap Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ti-st/Kconfig b/drivers/staging/ti-st/Kconfig index 68ad3d0b84a..858062dbed7 100644 --- a/drivers/staging/ti-st/Kconfig +++ b/drivers/staging/ti-st/Kconfig @@ -16,7 +16,7 @@ config TI_ST config ST_BT tristate "BlueZ bluetooth driver for ST" - depends on BT + depends on BT && RFKILL select TI_ST help This enables the Bluetooth driver for TI BT/FM/GPS combo devices.