1# Copyright (c) 2014-2015 Wind River Systems, Inc. 2# SPDX-License-Identifier: Apache-2.0 3 4config SOC_TI_LM3S6965 5 bool 6 help 7 TI LM3S6965 8 9config SOC_TI_LM3S6965_QEMU 10 def_bool y 11 depends on SOC_TI_LM3S6965 12 # Platform has only been tested on QEMU, not on real hardware, so always 13 # assume it is used for a QEMU target. 14 15config SOC 16 default "ti_lm3s6965" if SOC_TI_LM3S6965 17