diff options
author | Daniel Golle <daniel@makrotopia.org> | 2017-05-05 09:53:44 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2017-05-05 09:53:44 +0200 |
commit | 89878f60f47abf998446c5813e476fe9f0a8a38c (patch) | |
tree | b1bf8d2a6efacf0059cd2bf517982b44727e49df /target/linux/x86/config-4.9 | |
parent | 641a65fd062987a456216cc4fa91ff2910528261 (diff) | |
download | upstream-89878f60f47abf998446c5813e476fe9f0a8a38c.tar.gz upstream-89878f60f47abf998446c5813e476fe9f0a8a38c.tar.bz2 upstream-89878f60f47abf998446c5813e476fe9f0a8a38c.zip |
x86: lift kernel minimum CPU requirement to Pentium MMX
Anything older than that isn't supported since commit f4f8f4a180366,
hence also switch to Pentium MMX when building the kernel.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/x86/config-4.9')
-rw-r--r-- | target/linux/x86/config-4.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/config-4.9 b/target/linux/x86/config-4.9 index 849ab3d631..09a9dfe0e6 100644 --- a/target/linux/x86/config-4.9 +++ b/target/linux/x86/config-4.9 @@ -264,7 +264,7 @@ CONFIG_KEXEC=y CONFIG_KEXEC_CORE=y CONFIG_KEYBOARD_ATKBD=y # CONFIG_LEDS_CLEVO_MAIL is not set -CONFIG_M486=y +CONFIG_M586MMX=y # CONFIG_M586 is not set # CONFIG_M586MMX is not set # CONFIG_M586TSC is not set |