summaryrefslogtreecommitdiff
path: root/arch/arm/soc/ti_lm3s6965/Kconfig.defconfig
diff options
context:
space:
mode:
authorKumar Gala <kumar.gala@linaro.org>2017-04-28 21:49:34 +0000
committerKumar Gala <kumar.gala@linaro.org>2017-04-28 21:49:34 +0000
commit9a6d066ce0ae8d04626272c9372b06f164eb9e64 (patch)
tree8b0a2c1c5e3cefd78226d8e0675e07ecad8b8323 /arch/arm/soc/ti_lm3s6965/Kconfig.defconfig
parent1d36cfba903333faaed2ee84e85bf9f32c77339e (diff)
parent3d3adc8578f19a6f6449b3101e25639c5794037f (diff)
Merge "Merge arm branch into master"
Diffstat (limited to 'arch/arm/soc/ti_lm3s6965/Kconfig.defconfig')
-rw-r--r--arch/arm/soc/ti_lm3s6965/Kconfig.defconfig30
1 files changed, 0 insertions, 30 deletions
diff --git a/arch/arm/soc/ti_lm3s6965/Kconfig.defconfig b/arch/arm/soc/ti_lm3s6965/Kconfig.defconfig
index a7d0e0089..0ccddbcce 100644
--- a/arch/arm/soc/ti_lm3s6965/Kconfig.defconfig
+++ b/arch/arm/soc/ti_lm3s6965/Kconfig.defconfig
@@ -11,16 +11,6 @@ if SOC_TI_LM3S6965
config SOC
default ti_lm3s6965
-config SRAM_BASE_ADDRESS
- default 0x20000000
-
-config FLASH_BASE_ADDRESS
- default 0x00000000
-
-config NUM_IRQ_PRIO_BITS
- int
- default 3
-
config NUM_IRQS
int
# must be >= the highest interrupt number used
@@ -36,31 +26,11 @@ if UART_STELLARIS
config UART_STELLARIS_PORT_0
def_bool y
-if UART_STELLARIS_PORT_0
-config UART_STELLARIS_PORT_0_IRQ_PRI
- default 3
-config UART_STELLARIS_PORT_0_BAUD_RATE
- default 115200
-endif
-
config UART_STELLARIS_PORT_1
def_bool y
-if UART_STELLARIS_PORT_1
-config UART_STELLARIS_PORT_1_IRQ_PRI
- default 3
-config UART_STELLARIS_PORT_1_BAUD_RATE
- default 115200
-endif
-
config UART_STELLARIS_PORT_2
def_bool y
-if UART_STELLARIS_PORT_2
-config UART_STELLARIS_PORT_2_IRQ_PRI
- default 3
-config UART_STELLARIS_PORT_2_BAUD_RATE
- default 115200
-endif
endif # UART_STELLARIS