* [PATCH] staging: ST_BT depends on RFKILL
@ 2010-09-11 23:00 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2010-09-11 23:00 UTC (permalink / raw)
To: lkml; +Cc: gregkh, devel
From: Randy Dunlap <randy.dunlap@oracle.com>
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>
---
drivers/staging/ti-st/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20100908.orig/drivers/staging/ti-st/Kconfig
+++ linux-next-20100908/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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-09-11 23:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-11 23:00 [PATCH] staging: ST_BT depends on RFKILL Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®