1# TI LM3S6965 platform configuration options
2
3# Copyright (c) 2014-2015 Wind River Systems, Inc.
4# SPDX-License-Identifier: Apache-2.0
5
6config SOC_TI_LM3S6965_QEMU
7	def_bool y
8	depends on SOC_TI_LM3S6965
9	# Platform has only been tested on QEMU, not on real hardware, so always
10	# assume it is used for a QEMU target.
11