arm: dts: Remove !HAS_DTS Kconfig bits

For the SoCs in which all the boards for that platform are using dts we
can remove the Kconfig bits that are now coming from device tree.

Change-Id: Iccf4c84beb83fa1c516b6166f94de37b4a0162ae
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2017-03-30 12:14:58 -05:00
commit 117f24f458
8 changed files with 0 additions and 91 deletions

View file

@ -11,20 +11,4 @@ if SOC_BEETLE_R0
config SOC
default beetle_r0
if !HAS_DTS
#
# Beetle R0 has one SRAM bank:
# 128K @ 0x20000000
#
config SRAM_SIZE
default 128
#
# Beetle R0 has 256K@0x0 of flash.
#
config FLASH_SIZE
default 256
endif # !HAS_DTS
endif # SOC_BEETLE_R0

View file

@ -17,20 +17,6 @@ config NUM_IRQS
int
default 45
if !HAS_DTS
config NUM_IRQ_PRIO_BITS
int
default 3
config SRAM_BASE_ADDRESS
default 0x20000000
config FLASH_BASE_ADDRESS
default 0x00000000
endif # !HAS_DTS
config SYS_CLOCK_HW_CYCLES_PER_SEC
int
default 24000000

View file

@ -11,20 +11,6 @@ if SOC_SERIES_KINETIS_K6X
config SOC_SERIES
default k6x
if !HAS_DTS
config SRAM_BASE_ADDRESS
default 0x20000000
config FLASH_BASE_ADDRESS
default 0x00000000
config NUM_IRQ_PRIO_BITS
int
default 4
endif # !HAS_DTS
config NUM_IRQS
int
# must be >= the highest interrupt number used

View file

@ -11,14 +11,6 @@ config SOC
string
default mkw41z4
if !HAS_DTS
config NUM_IRQ_PRIO_BITS
int
default 2
endif # !HAS_DTS
config NUM_IRQS
int
default 32

View file

@ -10,16 +10,6 @@ if SOC_SERIES_KINETIS_KWX
config SOC_SERIES
default kwx
if !HAS_DTS
config SRAM_BASE_ADDRESS
default 0x20000000
config FLASH_BASE_ADDRESS
default 0x00000000
endif # !HAS_DTS
source "arch/arm/soc/nxp_kinetis/kwx/Kconfig.defconfig.mk*"
endif # SOC_SERIES_KINETIS_KWX

View file

@ -10,16 +10,6 @@ if BOARD_FRDM_K64F
config BOARD
default frdm_k64f
if !HAS_DTS
config FLASH_SIZE
default 1024
config SRAM_SIZE
default 192
endif # !HAS_DTS
config OSC_XTAL0_FREQ
default 50000000

View file

@ -10,15 +10,6 @@ if BOARD_FRDM_KW41Z
config BOARD
default frdm_kw41z
if !HAS_DTS
config FLASH_SIZE
default 512
config SRAM_SIZE
default 128
endif # !HAS_DTS
config OSC_XTAL0_FREQ
default 32000000

View file

@ -10,16 +10,6 @@ if BOARD_HEXIWEAR_K64
config BOARD
default hexiwear_k64
if !HAS_DTS
config FLASH_SIZE
default 1024
config SRAM_SIZE
default 192
endif # !HAS_DTS
config OSC_XTAL0_FREQ
default 12000000