diff options
author | David Bauer <mail@david-bauer.net> | 2021-08-10 20:22:18 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-08-10 20:22:59 +0200 |
commit | 1c9a9f7c7a242766ea07c2a7927a6b99b7344354 (patch) | |
tree | d200d41829f71a12f6ddbce5a4726d98f1841af2 /target/linux/x86 | |
parent | eaa9c94c75748265b9260691d5f59c9d3711f7d4 (diff) | |
download | upstream-1c9a9f7c7a242766ea07c2a7927a6b99b7344354.tar.gz upstream-1c9a9f7c7a242766ea07c2a7927a6b99b7344354.tar.bz2 upstream-1c9a9f7c7a242766ea07c2a7927a6b99b7344354.zip |
treewide: add various missing config symbols
Fixes commit 91a52f22a13d ("treewide: backport support for nvmem on non platform devices")
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/64/config-5.4 | 1 | ||||
-rw-r--r-- | target/linux/x86/config-5.10 | 1 | ||||
-rw-r--r-- | target/linux/x86/config-5.4 | 1 | ||||
-rw-r--r-- | target/linux/x86/generic/config-5.4 | 1 | ||||
-rw-r--r-- | target/linux/x86/geode/config-5.4 | 1 |
5 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/x86/64/config-5.4 b/target/linux/x86/64/config-5.4 index 50521a5148..dc9aa7587f 100644 --- a/target/linux/x86/64/config-5.4 +++ b/target/linux/x86/64/config-5.4 @@ -258,7 +258,6 @@ CONFIG_INFINIBAND_EFA=y CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y CONFIG_INTEL_GTT=y CONFIG_INTEL_IDLE=y -# CONFIG_INTEL_INT0002_VGPIO is not set # CONFIG_INTEL_IPS is not set # CONFIG_INTEL_MENLOW is not set # CONFIG_INTEL_MIC_BUS is not set diff --git a/target/linux/x86/config-5.10 b/target/linux/x86/config-5.10 index b1cfe54575..405c153fca 100644 --- a/target/linux/x86/config-5.10 +++ b/target/linux/x86/config-5.10 @@ -170,6 +170,7 @@ CONFIG_INITRAMFS_SOURCE="" CONFIG_INPUT=y CONFIG_INPUT_KEYBOARD=y CONFIG_INSTRUCTION_DECODER=y +# CONFIG_INTEL_INT0002_VGPIO is not set # CONFIG_INTEL_PCH_THERMAL is not set # CONFIG_INTEL_POWERCLAMP is not set # CONFIG_INTEL_SCU_PCI is not set diff --git a/target/linux/x86/config-5.4 b/target/linux/x86/config-5.4 index ebc3ec538d..a8a05cd4df 100644 --- a/target/linux/x86/config-5.4 +++ b/target/linux/x86/config-5.4 @@ -282,6 +282,7 @@ CONFIG_INIT_STACK_NONE=y CONFIG_INPUT=y CONFIG_INPUT_KEYBOARD=y CONFIG_INSTRUCTION_DECODER=y +# CONFIG_INTEL_INT0002_VGPIO is not set # CONFIG_INTEL_MEI_HDCP is not set # CONFIG_INTEL_PCH_THERMAL is not set # CONFIG_INTEL_POWERCLAMP is not set diff --git a/target/linux/x86/generic/config-5.4 b/target/linux/x86/generic/config-5.4 index 65dc36107b..b6fd4b293c 100644 --- a/target/linux/x86/generic/config-5.4 +++ b/target/linux/x86/generic/config-5.4 @@ -218,7 +218,6 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y CONFIG_INTEL_GTT=y CONFIG_INTEL_IDLE=y -# CONFIG_INTEL_INT0002_VGPIO is not set # CONFIG_INTEL_IPS is not set # CONFIG_INTEL_MENLOW is not set CONFIG_INTEL_PCH_THERMAL=y 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 |