zephyr/boards/arm/qemu_cortex_m3/Kconfig.defconfig
Kumar Gala 9213024696 drivers: gpio: stellaris: convert to DT_INST defines
Convert driver to use DT_INST_ defines.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-03-12 04:54:04 -06:00

16 lines
220 B
Plaintext

# SPDX-License-Identifier: Apache-2.0
if BOARD_QEMU_CORTEX_M3
config BUILD_OUTPUT_BIN
default n
config BOARD
default "qemu_cortex_m3"
config GPIO_STELLARIS
default y
depends on GPIO
endif # BOARD_QEMU_CORTEX_M3