quark_se: Add default configuration for Nordic BLE iface
Define configuration for Nordic chip connected to UART0. Change-Id: Ia6007def747932e5f9fbd57f1ea8005892a2f793 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
bdbd02bd26
commit
0715bf057b
1 changed files with 11 additions and 0 deletions
|
@ -295,6 +295,17 @@ config BLUETOOTH_UART_IRQ_PRI
|
|||
|
||||
endif
|
||||
|
||||
if NBLE
|
||||
|
||||
config NBLE_UART_ON_DEV_NAME
|
||||
default UART_NS16550_PORT_0_NAME
|
||||
config NBLE_UART_IRQ
|
||||
default UART_NS16550_PORT_0_IRQ
|
||||
config NBLE_UART_IRQ_PRI
|
||||
default UART_NS16550_PORT_0_IRQ_PRI
|
||||
|
||||
endif
|
||||
|
||||
if UART_PIPE
|
||||
|
||||
config UART_PIPE_ON_DEV_NAME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue