mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
linux (Generic): support more bluetooth devices
This brings the Bluetooth support in line with current Debian/Ubuntu kernel configurations. Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
1f14e69a61
commit
6c74f35962
@ -1281,18 +1281,34 @@ CONFIG_BT_LE=y
|
|||||||
CONFIG_BT_INTEL=m
|
CONFIG_BT_INTEL=m
|
||||||
CONFIG_BT_BCM=m
|
CONFIG_BT_BCM=m
|
||||||
CONFIG_BT_RTL=m
|
CONFIG_BT_RTL=m
|
||||||
|
CONFIG_BT_QCA=m
|
||||||
CONFIG_BT_HCIBTUSB=m
|
CONFIG_BT_HCIBTUSB=m
|
||||||
CONFIG_BT_HCIBTUSB_AUTOSUSPEND=y
|
CONFIG_BT_HCIBTUSB_AUTOSUSPEND=y
|
||||||
CONFIG_BT_HCIBTUSB_BCM=y
|
CONFIG_BT_HCIBTUSB_BCM=y
|
||||||
CONFIG_BT_HCIBTUSB_RTL=y
|
CONFIG_BT_HCIBTUSB_RTL=y
|
||||||
# CONFIG_BT_HCIBTSDIO is not set
|
CONFIG_BT_HCIBTSDIO=m
|
||||||
# CONFIG_BT_HCIUART is not set
|
CONFIG_BT_HCIUART=m
|
||||||
# CONFIG_BT_HCIBCM203X is not set
|
CONFIG_BT_HCIUART_SERDEV=y
|
||||||
# CONFIG_BT_HCIBPA10X is not set
|
CONFIG_BT_HCIUART_H4=y
|
||||||
# CONFIG_BT_HCIBFUSB is not set
|
# CONFIG_BT_HCIUART_NOKIA is not set
|
||||||
# CONFIG_BT_HCIVHCI is not set
|
CONFIG_BT_HCIUART_BCSP=y
|
||||||
# CONFIG_BT_MRVL is not set
|
CONFIG_BT_HCIUART_ATH3K=y
|
||||||
|
CONFIG_BT_HCIUART_LL=y
|
||||||
|
CONFIG_BT_HCIUART_3WIRE=y
|
||||||
|
CONFIG_BT_HCIUART_INTEL=y
|
||||||
|
CONFIG_BT_HCIUART_BCM=y
|
||||||
|
CONFIG_BT_HCIUART_RTL=y
|
||||||
|
CONFIG_BT_HCIUART_QCA=y
|
||||||
|
CONFIG_BT_HCIUART_AG6XX=y
|
||||||
|
CONFIG_BT_HCIUART_MRVL=y
|
||||||
|
CONFIG_BT_HCIBCM203X=m
|
||||||
|
CONFIG_BT_HCIBPA10X=m
|
||||||
|
CONFIG_BT_HCIBFUSB=m
|
||||||
|
CONFIG_BT_HCIVHCI=m
|
||||||
|
CONFIG_BT_MRVL=m
|
||||||
|
CONFIG_BT_MRVL_SDIO=m
|
||||||
CONFIG_BT_ATH3K=m
|
CONFIG_BT_ATH3K=m
|
||||||
|
CONFIG_BT_MTKUART=m
|
||||||
# CONFIG_AF_RXRPC is not set
|
# CONFIG_AF_RXRPC is not set
|
||||||
# CONFIG_AF_KCM is not set
|
# CONFIG_AF_KCM is not set
|
||||||
CONFIG_FIB_RULES=y
|
CONFIG_FIB_RULES=y
|
||||||
@ -2489,7 +2505,8 @@ CONFIG_SERIAL_CORE=y
|
|||||||
# CONFIG_SERIAL_ARC is not set
|
# CONFIG_SERIAL_ARC is not set
|
||||||
# CONFIG_SERIAL_RP2 is not set
|
# CONFIG_SERIAL_RP2 is not set
|
||||||
# CONFIG_SERIAL_FSL_LPUART is not set
|
# CONFIG_SERIAL_FSL_LPUART is not set
|
||||||
# CONFIG_SERIAL_DEV_BUS is not set
|
CONFIG_SERIAL_DEV_BUS=y
|
||||||
|
CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
|
||||||
# CONFIG_TTY_PRINTK is not set
|
# CONFIG_TTY_PRINTK is not set
|
||||||
CONFIG_HVC_DRIVER=y
|
CONFIG_HVC_DRIVER=y
|
||||||
CONFIG_VIRTIO_CONSOLE=y
|
CONFIG_VIRTIO_CONSOLE=y
|
||||||
@ -3002,6 +3019,7 @@ CONFIG_MFD_INTEL_LPSS_PCI=y
|
|||||||
# CONFIG_MFD_WM831X_I2C is not set
|
# CONFIG_MFD_WM831X_I2C is not set
|
||||||
# CONFIG_MFD_WM8350_I2C is not set
|
# CONFIG_MFD_WM8350_I2C is not set
|
||||||
# CONFIG_MFD_WM8994 is not set
|
# CONFIG_MFD_WM8994 is not set
|
||||||
|
# CONFIG_RAVE_SP_CORE is not set
|
||||||
CONFIG_REGULATOR=y
|
CONFIG_REGULATOR=y
|
||||||
# CONFIG_REGULATOR_DEBUG is not set
|
# CONFIG_REGULATOR_DEBUG is not set
|
||||||
# CONFIG_REGULATOR_FIXED_VOLTAGE is not set
|
# CONFIG_REGULATOR_FIXED_VOLTAGE is not set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user