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 NUM_IRQS 9 # must be >= the highest interrupt number used 10 # - include the UART interrupts and ethernet interrupts 11 default 43 12 13config SYS_CLOCK_HW_CYCLES_PER_SEC 14 default 12000000 15 16if UART_STELLARIS 17 18config UART_STELLARIS_PORT_0 19 default y 20 21config UART_STELLARIS_PORT_1 22 default y 23 24config UART_STELLARIS_PORT_2 25 default y 26 27endif # UART_STELLARIS 28 29endif 30