2016-03-26 05:30:50 +08:00
|
|
|
# Kconfig - TI LM3S6965 platform configuration options
|
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2014-2015 Wind River Systems, Inc.
|
|
|
|
#
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-03-26 05:30:50 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
if SOC_TI_LM3S6965
|
|
|
|
|
|
|
|
config SOC
|
2018-05-26 03:19:21 +08:00
|
|
|
default "ti_lm3s6965"
|
2016-03-26 05:30:50 +08:00
|
|
|
|
|
|
|
config NUM_IRQS
|
|
|
|
int
|
|
|
|
# must be >= the highest interrupt number used
|
|
|
|
# - include the UART interrupts
|
|
|
|
default 34
|
|
|
|
|
|
|
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|
|
|
int
|
|
|
|
default 12000000
|
|
|
|
|
|
|
|
if UART_STELLARIS
|
|
|
|
|
|
|
|
config UART_STELLARIS_PORT_0
|
|
|
|
def_bool y
|
|
|
|
|
|
|
|
config UART_STELLARIS_PORT_1
|
|
|
|
def_bool y
|
|
|
|
|
|
|
|
config UART_STELLARIS_PORT_2
|
|
|
|
def_bool y
|
|
|
|
|
|
|
|
endif # UART_STELLARIS
|
|
|
|
|
|
|
|
endif
|