From 4b4f73937371cc628692c812fdb12eca8a635e5c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 27 Apr 2017 15:15:29 +0200 Subject: 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 --- target/linux/x86/legacy/config-default | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/x86/legacy') diff --git a/target/linux/x86/legacy/config-default b/target/linux/x86/legacy/config-default index e7718a8..2bcdef7 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 -- cgit v1.1