Modify ADDRENV Kconfigs. Z180 does not need all of the virtual address settings that the ARM does

This commit is contained in:
Gregory Nutt 2014-08-24 12:54:37 -06:00
parent dde84a0a20
commit 839e206a4a
2 changed files with 7 additions and 1 deletions

View File

@ -138,6 +138,10 @@ config ARCH_HAVE_ADDRENV
bool
default n
config ARCH_NEED_ADDRENV_MAPPING
bool
default n
config ARCH_HAVE_VFORK
bool
default n
@ -162,7 +166,7 @@ menuconfig ARCH_ADDRENV
Support per-task address environments using the MMU... i.e., support
"processes"
if ARCH_ADDRENV && ARCH_HAVE_MMU
if ARCH_ADDRENV && ARCH_NEED_ADDRENV_MAPPING
config ARCH_TEXT_VBASE
hex "Virtual .text base"

View File

@ -19,6 +19,7 @@ config ARCH_CHIP_A1X
select ARCH_HAVE_SDRAM
select BOOT_RUNFROMSDRAM
select ARCH_HAVE_ADDRENV if EXPERIMENTAL
select ARCH_NEED_ADDRENV_MAPPING if EXPERIMENTAL
---help---
Allwinner A1X family: A10, A10S (A12), A13 (ARM Cortex-A8)
@ -137,6 +138,7 @@ config ARCH_CHIP_SAMA5
select ARCH_HAVE_I2CRESET
select ARCH_HAVE_TICKLESS
select ARCH_HAVE_ADDRENV if EXPERIMENTAL
select ARCH_NEED_ADDRENV_MAPPING if EXPERIMENTAL
---help---
Atmel SAMA5 (ARM Cortex-A5)