Kconfig (450cc8cce23d0db11b19fa89973ddb6d5edd010c) | Kconfig (1fb78fb6c6ad3751cce18d37e773d07858c1ced9) |
---|---|
1 2menu "Bluetooth device drivers" 3 depends on BT 4 5config BT_INTEL 6 tristate 7 select REGMAP 8 --- 62 unchanged lines hidden (view full) --- 71 This driver is required if you want to use Bluetooth devices with 72 serial port interface. You will also need this driver if you have 73 UART based Bluetooth PCMCIA and CF devices like Xircom Credit Card 74 adapter and BrainBoxes Bluetooth PC Card. 75 76 Say Y here to compile support for Bluetooth UART devices into the 77 kernel or say M to compile it as module (hci_uart). 78 | 1 2menu "Bluetooth device drivers" 3 depends on BT 4 5config BT_INTEL 6 tristate 7 select REGMAP 8 --- 62 unchanged lines hidden (view full) --- 71 This driver is required if you want to use Bluetooth devices with 72 serial port interface. You will also need this driver if you have 73 UART based Bluetooth PCMCIA and CF devices like Xircom Credit Card 74 adapter and BrainBoxes Bluetooth PC Card. 75 76 Say Y here to compile support for Bluetooth UART devices into the 77 kernel or say M to compile it as module (hci_uart). 78 |
79config BT_HCIUART_SERDEV 80 bool 81 depends on SERIAL_DEV_BUS && BT_HCIUART 82 depends on SERIAL_DEV_BUS=y || SERIAL_DEV_BUS=BT_HCIUART 83 default y 84 |
|
79config BT_HCIUART_H4 80 bool "UART (H4) protocol support" 81 depends on BT_HCIUART 82 help 83 UART (H4) is serial protocol for communication between Bluetooth 84 device and host. This protocol is required for most Bluetooth devices 85 with UART interface, including PCMCIA and CF cards. 86 87 Say Y here to compile support for HCI UART (H4) protocol. 88 89config BT_HCIUART_NOKIA 90 tristate "UART Nokia H4+ protocol support" 91 depends on BT_HCIUART | 85config BT_HCIUART_H4 86 bool "UART (H4) protocol support" 87 depends on BT_HCIUART 88 help 89 UART (H4) is serial protocol for communication between Bluetooth 90 device and host. This protocol is required for most Bluetooth devices 91 with UART interface, including PCMCIA and CF cards. 92 93 Say Y here to compile support for HCI UART (H4) protocol. 94 95config BT_HCIUART_NOKIA 96 tristate "UART Nokia H4+ protocol support" 97 depends on BT_HCIUART |
92 depends on SERIAL_DEV_BUS | 98 depends on BT_HCIUART_SERDEV |
93 depends on PM 94 help 95 Nokia H4+ is serial protocol for communication between Bluetooth 96 device and host. This protocol is required for Bluetooth devices 97 with UART interface in Nokia devices. 98 99 Say Y here to compile support for Nokia's H4+ protocol. 100 --- 270 unchanged lines hidden --- | 99 depends on PM 100 help 101 Nokia H4+ is serial protocol for communication between Bluetooth 102 device and host. This protocol is required for Bluetooth devices 103 with UART interface in Nokia devices. 104 105 Say Y here to compile support for Nokia's H4+ protocol. 106 --- 270 unchanged lines hidden --- |