Skip to content

Commit c5eac4e

Browse files
finikorgAnas Nashif
authored andcommitted
quark_se: Fix Bluetooth settings for NBLE
Enable UART_QMSI_0 whenever NBLE is enabled the same way as it is done for BLUETOOTH_H4. Change-Id: Ib2f76f7e5e95620d40320891fec1b86509d1856e Signed-off-by: Andrei Emeltchenko <[email protected]>
1 parent 95b955a commit c5eac4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/x86/soc/intel_quark/quark_se/Kconfig.defconfig.series

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ config RTC_0_IRQ_PRI
186186
default 2
187187
endif # RTC
188188

189-
if BLUETOOTH_H4
189+
if BLUETOOTH_H4 || NBLE
190190

191191
config BLUETOOTH_UART_ON_DEV_NAME
192192
default UART_QMSI_0_NAME
@@ -200,7 +200,7 @@ config UART_QMSI_0_BAUDRATE
200200
config UART_QMSI_0_HW_FC
201201
def_bool y
202202

203-
endif # BLUETOOTH_H4
203+
endif # BLUETOOTH_H4 || NBLE
204204

205205
if UART_QMSI
206206

0 commit comments

Comments
 (0)