diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2016-02-17 19:37:33 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-03-12 10:48:14 +0530 |
commit | 7cab91b87dd8eeee5911ec34be8bb0288ebba18b (patch) | |
tree | 6e0f5382680a1f4036b8956f96fc3c3e58b84ce6 /arch/arc | |
parent | f778cc65717687a3d3f26dd21bef62cd059f1b8b (diff) | |
download | blackbird-op-linux-7cab91b87dd8eeee5911ec34be8bb0288ebba18b.tar.gz blackbird-op-linux-7cab91b87dd8eeee5911ec34be8bb0288ebba18b.zip |
ARCv2: Allow enabling PAE40 w/o HIGHMEM
This allows for regression testing in PAE specific code as we lack
a 32+ bit physical memory platform other than nSIM.
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index 8a188bc1786a..7981ea86c5bd 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -458,7 +458,6 @@ config ARC_HAS_PAE40 bool "Support for the 40-bit Physical Address Extension" default n depends on ISA_ARCV2 - select HIGHMEM help Enable access to physical memory beyond 4G, only supported on ARC cores with 40 bit Physical Addressing support |