arm: nxp: kl2x: remove HAS_DTS references

The KL2x support requires DTS so we can remove any !HAS_DTS references.
Also NUM_IRQS shouldn't have been in a !HAS_DTS ifdef block.

Change-Id: I12b0781b6eef100bfb0a94698d12fc519c759888
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2017-04-12 09:38:29 -05:00
commit b0ae518933
2 changed files with 0 additions and 18 deletions

View file

@ -11,18 +11,10 @@ config SOC
string
default mkl25z4
if !HAS_DTS
config NUM_IRQ_PRIO_BITS
int
default 2
config NUM_IRQS
int
default 32
endif # !HAS_DTS
if PINMUX
config PINMUX_MCUX

View file

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