frdm_k64f: Change default Bluetooth UART dev name

Change the default Bluetooth UART device name to the UART connected to
the arduino header. This allows using the frdm_k64f with a frdm_kw40z
shield board.

Change-Id: Id22950f0a48a7c95bcddc6f1ec044f7a37cb9b72
Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2016-11-04 08:18:14 -05:00 committed by Kumar Gala
commit 6e6532c703

View file

@ -88,7 +88,7 @@ endif
endif # UART_K20 endif # UART_K20
config BLUETOOTH_UART_ON_DEV_NAME config BLUETOOTH_UART_ON_DEV_NAME
default "UART_1" if BLUETOOTH_UART default "UART_3" if BLUETOOTH_UART
config PINMUX config PINMUX
def_bool y def_bool y