Modify ADDRENV Kconfigs. Z180 does not need all of the virtual address settings that the ARM does
This commit is contained in:
parent
dde84a0a20
commit
839e206a4a
@ -138,6 +138,10 @@ config ARCH_HAVE_ADDRENV
|
|||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config ARCH_NEED_ADDRENV_MAPPING
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
config ARCH_HAVE_VFORK
|
config ARCH_HAVE_VFORK
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
@ -162,7 +166,7 @@ menuconfig ARCH_ADDRENV
|
|||||||
Support per-task address environments using the MMU... i.e., support
|
Support per-task address environments using the MMU... i.e., support
|
||||||
"processes"
|
"processes"
|
||||||
|
|
||||||
if ARCH_ADDRENV && ARCH_HAVE_MMU
|
if ARCH_ADDRENV && ARCH_NEED_ADDRENV_MAPPING
|
||||||
|
|
||||||
config ARCH_TEXT_VBASE
|
config ARCH_TEXT_VBASE
|
||||||
hex "Virtual .text base"
|
hex "Virtual .text base"
|
||||||
|
@ -19,6 +19,7 @@ config ARCH_CHIP_A1X
|
|||||||
select ARCH_HAVE_SDRAM
|
select ARCH_HAVE_SDRAM
|
||||||
select BOOT_RUNFROMSDRAM
|
select BOOT_RUNFROMSDRAM
|
||||||
select ARCH_HAVE_ADDRENV if EXPERIMENTAL
|
select ARCH_HAVE_ADDRENV if EXPERIMENTAL
|
||||||
|
select ARCH_NEED_ADDRENV_MAPPING if EXPERIMENTAL
|
||||||
---help---
|
---help---
|
||||||
Allwinner A1X family: A10, A10S (A12), A13 (ARM Cortex-A8)
|
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_I2CRESET
|
||||||
select ARCH_HAVE_TICKLESS
|
select ARCH_HAVE_TICKLESS
|
||||||
select ARCH_HAVE_ADDRENV if EXPERIMENTAL
|
select ARCH_HAVE_ADDRENV if EXPERIMENTAL
|
||||||
|
select ARCH_NEED_ADDRENV_MAPPING if EXPERIMENTAL
|
||||||
---help---
|
---help---
|
||||||
Atmel SAMA5 (ARM Cortex-A5)
|
Atmel SAMA5 (ARM Cortex-A5)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user