em_starterkit: Remove nonexistant Kconfig sybmol from defconfig
CONFIG_UART_NS16550_ACCESS_MMIO doesn't exist anywhere so remove it from the defconfig. Change-Id: I221cbb4a9fe5c4ee567e994f2c617b50b1228d13 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
68ddd164c2
commit
c6c858dbc5
|
@ -15,7 +15,6 @@ CONFIG_UART_CONSOLE=y
|
|||
CONFIG_SERIAL=y
|
||||
CONFIG_SERIAL_HAS_DRIVER=y
|
||||
CONFIG_UART_NS16550=y
|
||||
CONFIG_UART_NS16550_ACCESS_MMIO=y
|
||||
CONFIG_UART_NS16550_PORT_1=y
|
||||
CONFIG_UART_NS16550_PORT_0=n
|
||||
CONFIG_UART_INTERRUPT_DRIVEN=y
|
||||
|
|
Loading…
Reference in New Issue