x86: Refresh subtargets kernel config
authorBaptiste Jonglez <git@bitsofnetworks.org>
Sat, 15 Jul 2017 16:47:59 +0000 (18:47 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Sun, 16 Jul 2017 00:29:04 +0000 (02:29 +0200)
commit609f169ff468095504a42573c6e3466a856b342d
tree9a03025514e610bc459ae46eb6154554ea045aba
parent31ba4574164c4671e7ef069074deb495dba700c0
x86: Refresh subtargets kernel config

This was done by simply running `make kernel_menuconfig CONFIG_TARGET=subtarget`
and then saving without changing any option.

Most of the removed options can be explained because they are already
present in the target config or in the generic 4.9 config:

- PAE-related options, enabled by default on x86 by 961c0eac
- LZO-related options, enabled by default since 4.9

As far as I understand the build system, this shouldn't have any
user-visible impact, because the build system already merges the
various kernel configs during build.

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
target/linux/x86/64/config-default
target/linux/x86/generic/config-default
target/linux/x86/geode/config-default
target/linux/x86/legacy/config-default