mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 02:15:23 +07:00
fc2711992b
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>
17 lines
493 B
Plaintext
17 lines
493 B
Plaintext
#
|
|
# TI's shared transport line discipline and the protocol
|
|
# drivers (BT, FM and GPS)
|
|
#
|
|
menu "Texas Instruments shared transport line discipline"
|
|
config TI_ST
|
|
tristate "Shared transport core driver"
|
|
select FW_LOADER
|
|
help
|
|
This enables the shared transport core driver for TI
|
|
BT / FM and GPS combo chips. This enables protocol drivers
|
|
to register themselves with core and send data, the responses
|
|
are returned to relevant protocol drivers based on their
|
|
packet types.
|
|
|
|
endmenu
|