diff options
author | Jo-Philipp Wich <jo@mein.io> | 2017-04-27 15:15:29 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-04-27 15:19:18 +0200 |
commit | 4b4f73937371cc628692c812fdb12eca8a635e5c (patch) | |
tree | 71bda29680d3580b7f7f6d0341730cb864c693a9 /target/linux/x86/legacy | |
parent | a45cde91183753d5e909c31f07370c5755113439 (diff) | |
download | upstream-4b4f73937371cc628692c812fdb12eca8a635e5c.tar.gz upstream-4b4f73937371cc628692c812fdb12eca8a635e5c.tar.bz2 upstream-4b4f73937371cc628692c812fdb12eca8a635e5c.zip |
x86: enable 4G high memory support for generic (32bit) subtarget
This is required to fully support a number of 32bit x86 systems equipped
with more than one GB ram, e.g. certain Atom CPU machines.
Ref: https://forum.lede-project.org/t/17-01-1-x86-doesnt-detect-all-of-the-ram/3295
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux/x86/legacy')
-rw-r--r-- | target/linux/x86/legacy/config-default | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/x86/legacy/config-default b/target/linux/x86/legacy/config-default index e7718a890a..2bcdef7404 100644 --- a/target/linux/x86/legacy/config-default +++ b/target/linux/x86/legacy/config-default @@ -120,6 +120,7 @@ CONFIG_HAVE_CLK_PREPARE=y CONFIG_HDMI=y CONFIG_HID=y CONFIG_HID_BATTERY_STRENGTH=y +# CONFIG_HIGHMEM4G is not set CONFIG_HPET=y CONFIG_HPET_MMAP=y # CONFIG_HP_ACCEL is not set @@ -169,6 +170,7 @@ CONFIG_MOUSE_PS2_SYNAPTICS=y CONFIG_MOUSE_PS2_TRACKPOINT=y # CONFIG_MOUSE_SERIAL is not set # CONFIG_MOUSE_VSXXXAA is not set +CONFIG_NOHIGHMEM=y CONFIG_NO_HZ=y CONFIG_PATA_AMD=y CONFIG_PATA_ATIIXP=y @@ -217,6 +219,7 @@ CONFIG_X86_ACPI_CPUFREQ=y # CONFIG_X86_E_POWERSAVER is not set # CONFIG_X86_INTEL_LPSS is not set # CONFIG_X86_LONGHAUL is not set +# CONFIG_X86_PAE is not set # CONFIG_X86_PCC_CPUFREQ is not set CONFIG_X86_PM_TIMER=y # CONFIG_X86_POWERNOW_K8 is not set |