drivers:misc:ti-st: remove rfkill dependency
rfkill is no longer used by Texas Instruments shared transport driver to communicate with user-space. This patch removes the dependency of rfkill to be enabled to build shared transport driver in the Kconfig. Signed-off-by: Pavan Savoy <pavan_savoy@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
764b0c4b32
commit
fc2711992b
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@
|
||||||
menu "Texas Instruments shared transport line discipline"
|
menu "Texas Instruments shared transport line discipline"
|
||||||
config TI_ST
|
config TI_ST
|
||||||
tristate "Shared transport core driver"
|
tristate "Shared transport core driver"
|
||||||
depends on RFKILL
|
|
||||||
select FW_LOADER
|
select FW_LOADER
|
||||||
help
|
help
|
||||||
This enables the shared transport core driver for TI
|
This enables the shared transport core driver for TI
|
||||||
|
|
Loading…
Reference in a new issue