Kconfig: Remove warnings. ARCH_RAMFUNCS depends on ARCH_HAVE_RAMFUNCS, so it is not possible to select ARCH_RAMFUNCS wihtout ARCH_HAVE_RAMFUNCS
This commit is contained in:
parent
78607a7ea9
commit
77c968e36a
@ -343,7 +343,7 @@ config ARCH_HAVE_RAMFUNCS
|
||||
|
||||
config ARCH_RAMFUNCS
|
||||
bool "Copy functions to RAM on startup"
|
||||
default n
|
||||
default y
|
||||
depends on ARCH_HAVE_RAMFUNCS
|
||||
---help---
|
||||
Copy some functions to RAM at boot time. This is done in some
|
||||
|
@ -57,7 +57,6 @@ config ARCH_CHIP_KINETIS
|
||||
select ARCH_HAVE_MPU
|
||||
select ARCH_HAVE_FPU
|
||||
select ARCH_HAVE_RAMFUNCS
|
||||
select ARCH_RAMFUNCS
|
||||
---help---
|
||||
Freescale Kinetis Architectures (ARM Cortex-M4)
|
||||
|
||||
|
@ -229,7 +229,7 @@ config ARCH_CHIP_SAM3A
|
||||
config ARCH_CHIP_SAM4L
|
||||
bool
|
||||
default n
|
||||
select ARCH_RAMFUNCS
|
||||
select ARCH_HAVE_RAMFUNCS
|
||||
|
||||
config ARCH_CHIP_SAM4E
|
||||
bool
|
||||
|
@ -3568,7 +3568,7 @@ config SAMA5_BOOT_SDRAM
|
||||
config SAMA5_BOOT_CS0FLASH
|
||||
bool "Running in external FLASH CS0"
|
||||
depends on SAMA5_EBICS0_NOR
|
||||
select ARCH_RAMFUNCS
|
||||
select ARCH_HAVE_RAMFUNCS
|
||||
|
||||
config SAMA5_BOOT_CS0SRAM
|
||||
bool "Running in external FLASH CS0"
|
||||
|
Loading…
Reference in New Issue
Block a user