2015-07-06 23:09:47 +08:00
|
|
|
# Kconfig - TI LM3S6965 platform configuration options
|
2015-05-21 00:40:39 +08:00
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2014-2015 Wind River Systems, Inc.
|
|
|
|
#
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2015-05-21 00:40:39 +08:00
|
|
|
#
|
|
|
|
|
2015-12-17 21:54:35 +08:00
|
|
|
if SOC_TI_LM3S6965
|
2015-03-13 06:15:28 +08:00
|
|
|
|
2015-12-17 21:54:35 +08:00
|
|
|
config SOC_TI_LM3S6965_QEMU
|
2015-03-13 06:15:28 +08:00
|
|
|
def_bool y
|
2015-07-06 23:09:47 +08:00
|
|
|
# Platform has only been tested on QEMU, not on real hardware, so always
|
2015-03-13 06:15:28 +08:00
|
|
|
# assume it is used for a QEMU target.
|
|
|
|
|
2016-03-26 05:30:50 +08:00
|
|
|
endif # SOC_TI_LM3S6965
|