]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
staging: ST_BT depends on RFKILL
authorRandy Dunlap <randy.dunlap@oracle.com>
Sat, 11 Sep 2010 23:00:12 +0000 (16:00 -0700)
committerGreg 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

index 68ad3d0b84a722b275ca76c89a524fd7eafedca1..858062dbed76f09cf63353350be507f76d6f963c 100644 (file)
@@ -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.