soc: x86/atom: imply mmu, do not select it
Board should be able to deselect mmu, so imply instead of strict selection. userspace is selected for atom already on the CPU level, so do not reselect. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
faee62088d
commit
790c10b1ee
|
@ -3,6 +3,5 @@
|
||||||
config SOC_ATOM
|
config SOC_ATOM
|
||||||
select X86
|
select X86
|
||||||
select CPU_ATOM
|
select CPU_ATOM
|
||||||
select X86_MMU
|
imply X86_MMU
|
||||||
select ARCH_HAS_USERSPACE
|
|
||||||
select ARCH_HAS_RESERVED_PAGE_FRAMES
|
select ARCH_HAS_RESERVED_PAGE_FRAMES
|
||||||
|
|
|
@ -131,8 +131,8 @@ config TEST_ENABLE_USERSPACE
|
||||||
bool
|
bool
|
||||||
depends on TEST_USERSPACE
|
depends on TEST_USERSPACE
|
||||||
depends on ARCH_HAS_USERSPACE
|
depends on ARCH_HAS_USERSPACE
|
||||||
select USERSPACE
|
imply USERSPACE
|
||||||
select DYNAMIC_OBJECTS
|
imply DYNAMIC_OBJECTS
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
This hidden option implements the TEST_USERSPACE logic. It turns on
|
This hidden option implements the TEST_USERSPACE logic. It turns on
|
||||||
|
|
Loading…
Reference in New Issue