19 lines
246 B
Plaintext
19 lines
246 B
Plaintext
|
#
|
||
|
# BRCM BT Port Driver
|
||
|
#
|
||
|
|
||
|
menuconfig BTPORT
|
||
|
bool "BT port support"
|
||
|
default y
|
||
|
---help---
|
||
|
Redirect DUN & SPP driver to a fixed device node
|
||
|
|
||
|
if BTPORT
|
||
|
|
||
|
config BTPORT_DRV
|
||
|
tristate "BRCM BT Port Support"
|
||
|
default y
|
||
|
---help---
|
||
|
|
||
|
endif # BTPORT
|