diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-12-30 19:05:18 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-01-12 22:40:12 +0100 |
commit | f6e0ecdcebeb0cd8c595026dd7ace896fc89b7c3 (patch) | |
tree | 87d608ba7dc18ec84bc6de94c9fe6c2e3dfac359 /target/linux/generic/config-4.14 | |
parent | 0ea7160abeee58e8d36c05cbf4b2c5e09779e1a2 (diff) | |
download | upstream-f6e0ecdcebeb0cd8c595026dd7ace896fc89b7c3.tar.gz upstream-f6e0ecdcebeb0cd8c595026dd7ace896fc89b7c3.tar.bz2 upstream-f6e0ecdcebeb0cd8c595026dd7ace896fc89b7c3.zip |
x86: Refresh kernel 4.14 configuration
This refreshes the kernel configuration for kernel 4.14.
First this was run for the legacy target:
make kernel_oldconfig
Then for all targets including the legacy target this was run:
make kernel_oldconfig CONFIG_TARGET=subtarget
The option CONFIG_104_QUAD_8 was added to the generic configuration
because it would have been automatically removed.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/generic/config-4.14')
-rw-r--r-- | target/linux/generic/config-4.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index 617b5159bb..ffb375cb37 100644 --- a/target/linux/generic/config-4.14 +++ b/target/linux/generic/config-4.14 @@ -1,3 +1,4 @@ +# CONFIG_104_QUAD_8 is not set CONFIG_32BIT=y # CONFIG_6LOWPAN is not set # CONFIG_6LOWPAN_DEBUGFS is not set |