summaryrefslogtreecommitdiff
path: root/arch/arm/soc/ti_lm3s6965/Kconfig
blob: fc04b4e9558ee955238725f1846df2e24a26b2a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Kconfig - TI LM3S6965 platform configuration options

#
# Copyright (c) 2014-2015 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#

if SOC_TI_LM3S6965

config SOC_TI_LM3S6965_QEMU
	def_bool y
	# Platform has only been tested on QEMU, not on real hardware, so always
	# assume it is used for a QEMU target.

endif # SOC_TI_LM3S6965