android_kernel_modules_leno.../drivers/misc/ti-st/Kconfig

27 lines
867 B
Plaintext

#
# TI's shared transport line discipline and the protocol
# drivers (BT, FM and GPS)
#
menu "Fork of Texas Instruments shared transport line discipline"
config TI_ST_FORK
tristate "Forked shared transport core driver"
depends on NET && GPIOLIB && !TI_ST
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.
config ST_HCI_FORK
tristate "Forked HCI TTY emulation driver for Bluetooth"
depends on TI_ST_FORK
help
This enables the TTY device like emulation for HCI used by
user-space Bluetooth stacks.
It will provide a character device for user space Bluetooth stack to
send/receive data over shared transport.
endmenu