if BOARD_ARDUINO_101 | |
config BOARD | |
default "arduino_101" | |
if NBLE | |
config GPIO | |
def_bool y | |
config NBLE_UART_ON_DEV_NAME | |
default UART_NS16550_PORT_0_NAME | |
endif | |
if UART_PIPE | |
config UART_PIPE_ON_DEV_NAME | |
default UART_NS16550_PORT_1_NAME | |
endif | |
endif # BOARD_ARDUINO_101 |