diff options
author | David Bauer <mail@david-bauer.net> | 2021-07-29 22:58:09 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-07-30 20:12:58 +0200 |
commit | 8abe67d6d2125823e6c3aa7786498da92c3efc8e (patch) | |
tree | 3342146e65bc3a509c9a52613a0c0226cf2db564 /target/linux/x86/geode | |
parent | 2e1a5a4353ea89fe6554eb60d5e11e1824c12e2c (diff) | |
download | upstream-8abe67d6d2125823e6c3aa7786498da92c3efc8e.tar.gz upstream-8abe67d6d2125823e6c3aa7786498da92c3efc8e.tar.bz2 upstream-8abe67d6d2125823e6c3aa7786498da92c3efc8e.zip |
x86: move Kconfig symbol to common config
This is required for all x86 targets. x86-legacy missed this config
symbol, breaking the build.
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/x86/geode')
-rw-r--r-- | target/linux/x86/geode/config-5.4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/x86/geode/config-5.4 b/target/linux/x86/geode/config-5.4 index 651c369178..83463bae56 100644 --- a/target/linux/x86/geode/config-5.4 +++ b/target/linux/x86/geode/config-5.4 @@ -57,7 +57,6 @@ CONFIG_I2C_ALGOPCA=y CONFIG_I2C_ALGOPCF=y CONFIG_I2C_BOARDINFO=y # CONFIG_I2C_MULTI_INSTANTIATE is not set -# CONFIG_INTEL_INT0002_VGPIO is not set # CONFIG_INTEL_IPS is not set # CONFIG_INTEL_MENLOW is not set # CONFIG_INTEL_PMC_IPC is not set |