mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-10 03:01:56 +00:00
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>
24 lines
355 B
Plaintext
24 lines
355 B
Plaintext
# 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
|