zephyr/boards/arm/mm_swiftio/Kconfig.defconfig
Kumar Gala 9a65318a5b drivers: uart: mcux_lpuart: Convert to DT_INST
Convert driver to use new DT_INST macros throughout.  Removed per
instance Kconfig symbols and replaced with DT_NODELABEL references
where needed.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-04-20 15:50:45 -05:00

23 lines
355 B
Text

# MM-SWIFTIO board
# Copyright (c) 2019, MADMACHINE LIMITED
# SPDX-License-Identifier: Apache-2.0
if BOARD_MM_SWIFTIO
config BOARD
default "mm_swiftio"
choice CODE_LOCATION
default CODE_FLEXSPI
endchoice
choice DATA_LOCATION
default DATA_SEMC
endchoice
config DISK_ACCESS_USDHC1
default y
depends on DISK_ACCESS_USDHC
endif # BOARD_MM_SWIFTIO