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:
Gregory Nutt 2014-04-04 16:26:24 -06:00
parent 78607a7ea9
commit 77c968e36a
4 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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)

View File

@ -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

View File

@ -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"