aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/legacy
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2017-04-27 15:26:48 +0200
committerJo-Philipp Wich <jo@mein.io>2017-04-27 15:26:48 +0200
commitaf1d1ebdda59602cbb61c84a103a1149a054a1b4 (patch)
tree9bbabf236606d1364ab4dad80b97114a6f06086b /target/linux/x86/legacy
parent3bfe7ee6326d5131e50678638251540c8acf2177 (diff)
downloadupstream-af1d1ebdda59602cbb61c84a103a1149a054a1b4.tar.gz
upstream-af1d1ebdda59602cbb61c84a103a1149a054a1b4.tar.bz2
upstream-af1d1ebdda59602cbb61c84a103a1149a054a1b4.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-default3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/x86/legacy/config-default b/target/linux/x86/legacy/config-default
index 60b55c7ee7..968c14bdd7 100644
--- a/target/linux/x86/legacy/config-default
+++ b/target/linux/x86/legacy/config-default
@@ -119,6 +119,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
@@ -164,6 +165,7 @@ CONFIG_MOUSE_PS2_TRACKPOINT=y
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_VSXXXAA is not set
CONFIG_NLS=y
+CONFIG_NOHIGHMEM=y
CONFIG_NO_HZ=y
# CONFIG_PANASONIC_LAPTOP is not set
CONFIG_PATA_AMD=y
@@ -211,5 +213,6 @@ 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