mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 14:32:21 +00:00
Convert driver to use DT_INST_ defines. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
16 lines
220 B
Plaintext
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
|