projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fe1f1e
)
staging: ST_BT depends on RFKILL
author
Randy Dunlap
<randy.dunlap@oracle.com>
Sat, 11 Sep 2010 23:00:12 +0000
(16:00 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 16 Sep 2010 19:29:32 +0000
(12:29 -0700)
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 <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/ti-st/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/staging/ti-st/Kconfig
b/drivers/staging/ti-st/Kconfig
index
68ad3d0
..
858062d
100644
(file)
--- 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.