diff options
author | Randy Dunlap <[email protected]> | 2010-09-11 16:00:12 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2010-09-16 12:29:32 -0700 |
commit | 2427924cb02c4886ec298094d18d15eb511ebc14 (patch) | |
tree | ba0e29e806637258e1a26e0070597b44cec22c37 | |
parent | 5fe1f1edb916aa4f573563449ceccd1b468aedda (diff) |
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/ti-st/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ti-st/Kconfig b/drivers/staging/ti-st/Kconfig index 68ad3d0b84a7..858062dbed76 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. |