arm: dts: nrf: Remove !HAS_DTS Kconfig bits
Now that all the nRF based board/SoCs have device trees, we can remove the Kconfig bits that are now coming from device tree. Change-Id: Ia1a870a50582d4109070d2833660f58fd6f8691f Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
ca3c7ec0a9
commit
a22e5924b5
7 changed files with 0 additions and 64 deletions
|
@ -12,14 +12,6 @@ config SOC
|
|||
string
|
||||
default nRF51822_QFAA
|
||||
|
||||
if !HAS_DTS
|
||||
config SRAM_SIZE
|
||||
default 16
|
||||
|
||||
config FLASH_SIZE
|
||||
default 256
|
||||
endif
|
||||
|
||||
config ISR_STACK_SIZE
|
||||
default 640
|
||||
|
||||
|
|
|
@ -12,14 +12,6 @@ config SOC
|
|||
string
|
||||
default nRF51822_QFAB
|
||||
|
||||
if !HAS_DTS
|
||||
config SRAM_SIZE
|
||||
default 16
|
||||
|
||||
config FLASH_SIZE
|
||||
default 128
|
||||
endif
|
||||
|
||||
config ISR_STACK_SIZE
|
||||
default 640
|
||||
|
||||
|
|
|
@ -12,12 +12,4 @@ config SOC
|
|||
string
|
||||
default nRF51822_QFAC
|
||||
|
||||
if !HAS_DTS
|
||||
config SRAM_SIZE
|
||||
default 32
|
||||
|
||||
config FLASH_SIZE
|
||||
default 256
|
||||
endif
|
||||
|
||||
endif # SOC_NRF51822_QFAC
|
||||
|
|
|
@ -19,18 +19,6 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|||
config SYS_POWER_MANAGEMENT
|
||||
default y
|
||||
|
||||
if !HAS_DTS
|
||||
config SRAM_BASE_ADDRESS
|
||||
default 0x20000000
|
||||
|
||||
config FLASH_BASE_ADDRESS
|
||||
default 0x00000000
|
||||
|
||||
config NUM_IRQ_PRIO_BITS
|
||||
int
|
||||
default 2
|
||||
endif
|
||||
|
||||
config NUM_IRQS
|
||||
int
|
||||
default 26
|
||||
|
|
|
@ -12,14 +12,6 @@ config SOC
|
|||
string
|
||||
default nRF52832_QFAA
|
||||
|
||||
if !HAS_DTS
|
||||
config SRAM_SIZE
|
||||
default 64
|
||||
|
||||
config FLASH_SIZE
|
||||
default 512
|
||||
endif
|
||||
|
||||
config NUM_IRQS
|
||||
int
|
||||
default 39
|
||||
|
|
|
@ -12,14 +12,6 @@ config SOC
|
|||
string
|
||||
default nRF52840_QIAA
|
||||
|
||||
if !HAS_DTS
|
||||
config SRAM_SIZE
|
||||
default 256
|
||||
|
||||
config FLASH_SIZE
|
||||
default 1024
|
||||
endif
|
||||
|
||||
config NUM_IRQS
|
||||
int
|
||||
default 46
|
||||
|
|
|
@ -19,16 +19,4 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|||
config SYS_POWER_MANAGEMENT
|
||||
default y
|
||||
|
||||
if !HAS_DTS
|
||||
config SRAM_BASE_ADDRESS
|
||||
default 0x20000000
|
||||
|
||||
config FLASH_BASE_ADDRESS
|
||||
default 0x00000000
|
||||
|
||||
config NUM_IRQ_PRIO_BITS
|
||||
int
|
||||
default 3
|
||||
endif
|
||||
|
||||
endif # SOC_SERIES_NRF52X
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue