17 lines
377 B
Plaintext
17 lines
377 B
Plaintext
# Copyright (c) 2014-2015 Wind River Systems, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_TI_LM3S6965
|
|
bool
|
|
help
|
|
TI LM3S6965
|
|
|
|
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.
|
|
|
|
config SOC
|
|
default "ti_lm3s6965" if SOC_TI_LM3S6965
|