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
|
config ARCH_RAMFUNCS
|
||||||
bool "Copy functions to RAM on startup"
|
bool "Copy functions to RAM on startup"
|
||||||
default n
|
default y
|
||||||
depends on ARCH_HAVE_RAMFUNCS
|
depends on ARCH_HAVE_RAMFUNCS
|
||||||
---help---
|
---help---
|
||||||
Copy some functions to RAM at boot time. This is done in some
|
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_MPU
|
||||||
select ARCH_HAVE_FPU
|
select ARCH_HAVE_FPU
|
||||||
select ARCH_HAVE_RAMFUNCS
|
select ARCH_HAVE_RAMFUNCS
|
||||||
select ARCH_RAMFUNCS
|
|
||||||
---help---
|
---help---
|
||||||
Freescale Kinetis Architectures (ARM Cortex-M4)
|
Freescale Kinetis Architectures (ARM Cortex-M4)
|
||||||
|
|
||||||
|
@ -229,7 +229,7 @@ config ARCH_CHIP_SAM3A
|
|||||||
config ARCH_CHIP_SAM4L
|
config ARCH_CHIP_SAM4L
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
select ARCH_RAMFUNCS
|
select ARCH_HAVE_RAMFUNCS
|
||||||
|
|
||||||
config ARCH_CHIP_SAM4E
|
config ARCH_CHIP_SAM4E
|
||||||
bool
|
bool
|
||||||
|
@ -3568,7 +3568,7 @@ config SAMA5_BOOT_SDRAM
|
|||||||
config SAMA5_BOOT_CS0FLASH
|
config SAMA5_BOOT_CS0FLASH
|
||||||
bool "Running in external FLASH CS0"
|
bool "Running in external FLASH CS0"
|
||||||
depends on SAMA5_EBICS0_NOR
|
depends on SAMA5_EBICS0_NOR
|
||||||
select ARCH_RAMFUNCS
|
select ARCH_HAVE_RAMFUNCS
|
||||||
|
|
||||||
config SAMA5_BOOT_CS0SRAM
|
config SAMA5_BOOT_CS0SRAM
|
||||||
bool "Running in external FLASH CS0"
|
bool "Running in external FLASH CS0"
|
||||||
|
Loading…
Reference in New Issue
Block a user