quark_se: Fix bluetooth UART dependency
Fix c6e27a05 was too aggressive. It turns out that bluetooth on the
Quark SE boards won't enable it's own UART, because it had always been
enabled. Apps that don't do it already will be broken.
Enable UART_QMSI_0 whenever BLUETOOTH_H4 is pulled in on this
platform.
Change-Id: I5e21c6004714adba8fb0fafa056dc2d62698a3d1
Issue: ZEP-1788
Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
parent
cc76bdff29
commit
419fc7d473
@ -229,6 +229,21 @@ config ADC_QMSI_SS
|
||||
def_bool y
|
||||
endif
|
||||
|
||||
if BLUETOOTH_H4
|
||||
|
||||
config BLUETOOTH_UART_ON_DEV_NAME
|
||||
default UART_QMSI_0_NAME
|
||||
|
||||
config UART_QMSI_0
|
||||
def_bool y
|
||||
|
||||
config UART_QMSI_0_BAUDRATE
|
||||
default 1000000
|
||||
|
||||
config UART_QMSI_0_HW_FC
|
||||
def_bool y
|
||||
|
||||
endif # BLUETOOTH_H4
|
||||
|
||||
if UART_QMSI
|
||||
|
||||
|
||||
@ -186,6 +186,22 @@ config RTC_0_IRQ_PRI
|
||||
default 2
|
||||
endif # RTC
|
||||
|
||||
if BLUETOOTH_H4
|
||||
|
||||
config BLUETOOTH_UART_ON_DEV_NAME
|
||||
default UART_QMSI_0_NAME
|
||||
|
||||
config UART_QMSI_0
|
||||
def_bool y
|
||||
|
||||
config UART_QMSI_0_BAUDRATE
|
||||
default 1000000
|
||||
|
||||
config UART_QMSI_0_HW_FC
|
||||
def_bool y
|
||||
|
||||
endif # BLUETOOTH_H4
|
||||
|
||||
if UART_QMSI
|
||||
|
||||
if UART_QMSI_0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user