dts: arm: ST: Cleanup DTS bits on STM32L4 SoCs

Since all the L4 SoCs are using DTS we can remove the various Kconfig
bits that we now get from DTS.

Change-Id: Icdec49b478ff285dc3347b09412964a721f75bbf
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2017-04-05 11:26:13 -05:00
commit df21ab8541
3 changed files with 0 additions and 16 deletions

View file

@ -13,10 +13,4 @@ source "arch/arm/soc/st_stm32/stm32l4/Kconfig.defconfig.stm32l4*"
config SOC_SERIES
default stm32l4
if !HAS_DTS
config NUM_IRQ_PRIO_BITS
int
default 4
endif # !HAS_DTS
endif # SOC_SERIES_STM32L4X

View file

@ -12,15 +12,6 @@ config SOC
string
default stm32l476xx
if !HAS_DTS
config SRAM_SIZE
default 96
config FLASH_SIZE
default 1024
endif # !HAS_DTS
config NUM_IRQS
int
default 82

View file

@ -11,7 +11,6 @@ CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=80000000
CONFIG_SERIAL=y
CONFIG_UART_STM32=y
CONFIG_UART_STM32_PORT_2=y
CONFIG_UART_STM32_PORT_2_BAUD_RATE=115200
# enable pinmux
CONFIG_PINMUX=y