[openwrt/openwrt] treewide: add various missing config symbols

LEDE Commits lede-commits at lists.infradead.org
Tue Aug 10 11:23:13 PDT 2021


blocktrron pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1c9a9f7c7a242766ea07c2a7927a6b99b7344354

commit 1c9a9f7c7a242766ea07c2a7927a6b99b7344354
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Tue Aug 10 20:22:18 2021 +0200

    treewide: add various missing config symbols
    
    Fixes commit 91a52f22a13d ("treewide: backport support for nvmem on non platform devices")
    
    Signed-off-by: David Bauer <mail at david-bauer.net>
---
 target/linux/gemini/config-5.10              | 1 +
 target/linux/gemini/config-5.4               | 1 +
 target/linux/generic/config-5.10             | 1 +
 target/linux/generic/config-5.4              | 1 +
 target/linux/layerscape/armv8_64b/config-5.4 | 1 +
 target/linux/mediatek/mt7622/config-5.10     | 1 +
 target/linux/mediatek/mt7623/config-5.10     | 1 +
 target/linux/mediatek/mt7629/config-5.4      | 1 +
 target/linux/mpc85xx/p1020/config-default    | 1 +
 target/linux/ramips/mt76x8/config-5.10       | 1 +
 target/linux/ramips/mt76x8/config-5.4        | 1 +
 target/linux/rockchip/armv8/config-5.4       | 1 +
 target/linux/tegra/config-5.10               | 1 +
 target/linux/tegra/config-5.4                | 1 +
 target/linux/x86/64/config-5.4               | 1 -
 target/linux/x86/config-5.10                 | 1 +
 target/linux/x86/config-5.4                  | 1 +
 target/linux/x86/generic/config-5.4          | 1 -
 target/linux/x86/geode/config-5.4            | 1 -
 19 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/target/linux/gemini/config-5.10 b/target/linux/gemini/config-5.10
index 481bbc27d1..2382e85bea 100644
--- a/target/linux/gemini/config-5.10
+++ b/target/linux/gemini/config-5.10
@@ -49,6 +49,7 @@ CONFIG_CMA_SIZE_PERCENTAGE=10
 CONFIG_CMA_SIZE_SEL_PERCENTAGE=y
 CONFIG_COMMON_CLK=y
 CONFIG_COMMON_CLK_GEMINI=y
+CONFIG_COMPAT_32BIT_TIME=y
 CONFIG_CONSOLE_TRANSLATIONS=y
 CONFIG_CONTIG_ALLOC=y
 CONFIG_COREDUMP=y
diff --git a/target/linux/gemini/config-5.4 b/target/linux/gemini/config-5.4
index be90e2a2d3..9d84571b3c 100644
--- a/target/linux/gemini/config-5.4
+++ b/target/linux/gemini/config-5.4
@@ -62,6 +62,7 @@ CONFIG_CMA_SIZE_SEL_MBYTES=y
 # CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
 CONFIG_COMMON_CLK=y
 CONFIG_COMMON_CLK_GEMINI=y
+CONFIG_COMPAT_32BIT_TIME=y
 CONFIG_CONSOLE_TRANSLATIONS=y
 CONFIG_COREDUMP=y
 CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10
index 3b27a73022..901701b182 100644
--- a/target/linux/generic/config-5.10
+++ b/target/linux/generic/config-5.10
@@ -2873,6 +2873,7 @@ CONFIG_KERNFS=y
 # CONFIG_KGDB is not set
 # CONFIG_KMEMCHECK is not set
 # CONFIG_KMX61 is not set
+# CONFIG_KPC2000 is not set
 # CONFIG_KPROBES is not set
 # CONFIG_KPROBES_SANITY_TEST is not set
 # CONFIG_KPROBE_EVENTS_ON_NOTRACE is not set
diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4
index d9e2095f4d..d61c2a155e 100644
--- a/target/linux/generic/config-5.4
+++ b/target/linux/generic/config-5.4
@@ -2643,6 +2643,7 @@ CONFIG_KERNFS=y
 # CONFIG_KGDB is not set
 # CONFIG_KMEMCHECK is not set
 # CONFIG_KMX61 is not set
+# CONFIG_KPC2000 is not set
 # CONFIG_KPROBES is not set
 # CONFIG_KPROBES_SANITY_TEST is not set
 # CONFIG_KS7010 is not set
diff --git a/target/linux/layerscape/armv8_64b/config-5.4 b/target/linux/layerscape/armv8_64b/config-5.4
index 6e3618f274..4606c2304a 100644
--- a/target/linux/layerscape/armv8_64b/config-5.4
+++ b/target/linux/layerscape/armv8_64b/config-5.4
@@ -199,6 +199,7 @@ CONFIG_DMA_SHARED_BUFFER=y
 CONFIG_DMA_VIRTUAL_CHANNELS=y
 CONFIG_DNOTIFY=y
 CONFIG_DPAA2_CONSOLE=y
+# CONFIG_DRM_CDNS_MHDP is not set
 CONFIG_DRM_RCAR_WRITEBACK=y
 CONFIG_DTC=y
 CONFIG_DT_IDLE_STATES=y
diff --git a/target/linux/mediatek/mt7622/config-5.10 b/target/linux/mediatek/mt7622/config-5.10
index c628091172..f2f635cf43 100644
--- a/target/linux/mediatek/mt7622/config-5.10
+++ b/target/linux/mediatek/mt7622/config-5.10
@@ -403,6 +403,7 @@ CONFIG_SERIAL_OF_PLATFORM=y
 CONFIG_SGL_ALLOC=y
 CONFIG_SG_POOL=y
 CONFIG_SMP=y
+# CONFIG_SND_SOC_MT6359 is not set
 CONFIG_SPARSEMEM=y
 CONFIG_SPARSEMEM_EXTREME=y
 CONFIG_SPARSEMEM_MANUAL=y
diff --git a/target/linux/mediatek/mt7623/config-5.10 b/target/linux/mediatek/mt7623/config-5.10
index 4e240b560d..da9bda7995 100644
--- a/target/linux/mediatek/mt7623/config-5.10
+++ b/target/linux/mediatek/mt7623/config-5.10
@@ -446,6 +446,7 @@ CONFIG_SERIAL_MCTRL_GPIO=y
 CONFIG_SGL_ALLOC=y
 CONFIG_SMP=y
 # CONFIG_SMP_ON_UP is not set
+# CONFIG_SND_SOC_MT6359 is not set
 CONFIG_SPARSE_IRQ=y
 CONFIG_SPI=y
 CONFIG_SPI_BITBANG=y
diff --git a/target/linux/mediatek/mt7629/config-5.4 b/target/linux/mediatek/mt7629/config-5.4
index 5362dddb28..9d1b5da452 100644
--- a/target/linux/mediatek/mt7629/config-5.4
+++ b/target/linux/mediatek/mt7629/config-5.4
@@ -332,6 +332,7 @@ CONFIG_SGL_ALLOC=y
 CONFIG_SG_POOL=y
 CONFIG_SMP=y
 CONFIG_SMP_ON_UP=y
+# CONFIG_SND_SOC_MT6359 is not set
 CONFIG_SPARSE_IRQ=y
 CONFIG_SPI=y
 CONFIG_SPI_MASTER=y
diff --git a/target/linux/mpc85xx/p1020/config-default b/target/linux/mpc85xx/p1020/config-default
index c9a84a344a..3886e05579 100644
--- a/target/linux/mpc85xx/p1020/config-default
+++ b/target/linux/mpc85xx/p1020/config-default
@@ -15,6 +15,7 @@ CONFIG_I2C_CHARDEV=y
 CONFIG_LEDS_LP5521=y
 CONFIG_LEDS_LP55XX_COMMON=y
 CONFIG_LOCK_SPIN_ON_OWNER=y
+# CONFIG_MAX77620_THERMAL is not set
 # CONFIG_MAX77620_WATCHDOG is not set
 CONFIG_MFD_CORE=y
 CONFIG_MFD_MAX77620=y
diff --git a/target/linux/ramips/mt76x8/config-5.10 b/target/linux/ramips/mt76x8/config-5.10
index fd1e03685e..f20e9a96a1 100644
--- a/target/linux/ramips/mt76x8/config-5.10
+++ b/target/linux/ramips/mt76x8/config-5.10
@@ -147,6 +147,7 @@ CONFIG_PINCTRL=y
 # CONFIG_PINCTRL_AW9523 is not set
 CONFIG_PINCTRL_RT2880=y
 # CONFIG_PINCTRL_SINGLE is not set
+# CONFIG_PWM_MEDIATEK is not set
 CONFIG_RALINK=y
 # CONFIG_RALINK_WDT is not set
 CONFIG_REGMAP=y
diff --git a/target/linux/ramips/mt76x8/config-5.4 b/target/linux/ramips/mt76x8/config-5.4
index 5b9792b30e..d655d7ff83 100644
--- a/target/linux/ramips/mt76x8/config-5.4
+++ b/target/linux/ramips/mt76x8/config-5.4
@@ -147,6 +147,7 @@ CONFIG_PINCTRL=y
 # CONFIG_PINCTRL_AW9523 is not set
 CONFIG_PINCTRL_RT2880=y
 # CONFIG_PINCTRL_SINGLE is not set
+# CONFIG_PWM_MEDIATEK is not set
 CONFIG_RALINK=y
 # CONFIG_RALINK_WDT is not set
 CONFIG_REGMAP=y
diff --git a/target/linux/rockchip/armv8/config-5.4 b/target/linux/rockchip/armv8/config-5.4
index 0844401c2e..ee6a0021b5 100644
--- a/target/linux/rockchip/armv8/config-5.4
+++ b/target/linux/rockchip/armv8/config-5.4
@@ -270,6 +270,7 @@ CONFIG_INPUT_KEYBOARD=y
 CONFIG_INPUT_LEDS=y
 CONFIG_INPUT_MATRIXKMAP=y
 # CONFIG_INPUT_MISC is not set
+# CONFIG_INPUT_RK805_PWRKEY is not set
 CONFIG_IOMMU_API=y
 # CONFIG_IOMMU_DEBUGFS is not set
 # CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set
diff --git a/target/linux/tegra/config-5.10 b/target/linux/tegra/config-5.10
index e4b1c66f52..5328c5fc31 100644
--- a/target/linux/tegra/config-5.10
+++ b/target/linux/tegra/config-5.10
@@ -454,6 +454,7 @@ CONFIG_TEGRA_IOMMU_GART=y
 # CONFIG_TEGRA_IOMMU_SMMU is not set
 # CONFIG_TEGRA_IVC is not set
 CONFIG_TEGRA_MC=y
+# CONFIG_TEGRA_SOCTHERM is not set
 CONFIG_TEGRA_TIMER=y
 CONFIG_TEGRA_WATCHDOG=y
 CONFIG_TICK_CPU_ACCOUNTING=y
diff --git a/target/linux/tegra/config-5.4 b/target/linux/tegra/config-5.4
index b487296ce3..632c4128ce 100644
--- a/target/linux/tegra/config-5.4
+++ b/target/linux/tegra/config-5.4
@@ -442,6 +442,7 @@ CONFIG_TEGRA_IOMMU_GART=y
 # CONFIG_TEGRA_IOMMU_SMMU is not set
 # CONFIG_TEGRA_IVC is not set
 CONFIG_TEGRA_MC=y
+# CONFIG_TEGRA_SOCTHERM is not set
 CONFIG_TEGRA_TIMER=y
 CONFIG_TEGRA_WATCHDOG=y
 CONFIG_TICK_CPU_ACCOUNTING=y
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



More information about the lede-commits mailing list