1# TI LM3S6965 platform configuration options 2 3# Copyright (c) 2014-2015 Wind River Systems, Inc. 4# SPDX-License-Identifier: Apache-2.0 5 6if SOC_TI_LM3S6965 7 8config SOC 9 default "ti_lm3s6965" 10 11config NUM_IRQS 12 # must be >= the highest interrupt number used 13 # - include the UART interrupts and ethernet interrupts 14 default 43 15 16config SYS_CLOCK_HW_CYCLES_PER_SEC 17 default 12000000 18 19if UART_STELLARIS 20 21config UART_STELLARIS_PORT_0 22 default y 23 24config UART_STELLARIS_PORT_1 25 default y 26 27config UART_STELLARIS_PORT_2 28 default y 29 30endif # UART_STELLARIS 31 32endif 33