mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 09:54:27 +00:00
Same deal as in commit eddd98f811
("kconfig: Replace some single-symbol
'if's with 'depends on'"), for the remaining cases outside defconfig
files. See that commit for an explanation.
Will do the defconfigs separately in case there are any complaints
there.
Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
11 lines
318 B
Plaintext
11 lines
318 B
Plaintext
# TI LM3S6965 platform configuration options
|
|
|
|
# Copyright (c) 2014-2015 Wind River Systems, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_TI_LM3S6965_QEMU
|
|
def_bool y
|
|
depends on SOC_TI_LM3S6965
|
|
# Platform has only been tested on QEMU, not on real hardware, so always
|
|
# assume it is used for a QEMU target.
|