diff options
Diffstat (limited to 'src/ec/lenovo/h8/Kconfig')
-rw-r--r-- | src/ec/lenovo/h8/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ec/lenovo/h8/Kconfig b/src/ec/lenovo/h8/Kconfig index 190f4a98a7..f9b0b14612 100644 --- a/src/ec/lenovo/h8/Kconfig +++ b/src/ec/lenovo/h8/Kconfig @@ -21,6 +21,13 @@ config H8_FLASH_LEDS_ON_DEATH help Flash all LEDs when encountered a fatal error. +config H8_SUPPORT_BT_ON_WIFI + bool "Support bluetooth on wifi cards" + default n + help + Disable BDC detection and assume bluetooth is installed. Required for + bluetooth on wifi cards, as it's not possible to detect it in coreboot. + endif config H8_DOCK_EARLY_INIT |