zephyr/boards/arc/emsdp/Kconfig.defconfig
Timo Teräs 6fd168e9a1 driver: uart: ns16550: convert to DT_INST_*
Change to code to use the automatically generated DT_INST_*
defines and remove the now unneeded configs and fixups.

Signed-off-by: Timo Teräs <timo.teras@iki.fi>
2020-03-14 02:22:05 +02:00

33 lines
423 B
Text

# DesignWare ARC EM Software Development Platform board configuration
# Copyright (c) 2019 Synopsys, Inc. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
if BOARD_EMSDP
config BOARD
default "emsdp"
if GPIO
config GPIO_DW
default y
if GPIO_DW
config GPIO_DW_0
default y
config GPIO_DW_1
default y
endif # GPIO_DW
endif # GPIO
config UART_NS16550
default y
depends on SERIAL
endif # BOARD_EMSDP