diff options
author | Tony Ambardar <itugrok@yahoo.com> | 2021-02-17 00:12:44 -0800 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2021-03-14 17:52:49 +0000 |
commit | 736edf9deaff3d5b866437c56f18dcb771b1ac09 (patch) | |
tree | 59e7eddecc7be8ee8ce65478aab634984cd1dd66 /target/linux | |
parent | ecc058b6a04bb333b6a60f13b990fb4f97b70e97 (diff) | |
download | upstream-736edf9deaff3d5b866437c56f18dcb771b1ac09.tar.gz upstream-736edf9deaff3d5b866437c56f18dcb771b1ac09.tar.bz2 upstream-736edf9deaff3d5b866437c56f18dcb771b1ac09.zip |
kernel: add missing config symbols for 5.10
Update generic config to add missing options that prompt during builds.
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-5.10 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index cb99441dc4..05d17e2189 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -2768,6 +2768,8 @@ CONFIG_JFFS2_SUMMARY=y # CONFIG_JME is not set CONFIG_JOLIET=y # CONFIG_JSA1212 is not set +# CONFIG_JZ4740_WDT is not set +# CONFIG_JZ4770_PHY is not set # CONFIG_JUMP_LABEL is not set # CONFIG_JZ4740_WDT is not set # CONFIG_JZ4770_PHY is not set @@ -2787,6 +2789,7 @@ CONFIG_KASAN_STACK=1 # CONFIG_KERNEL_LZ4 is not set # CONFIG_KERNEL_LZMA is not set # CONFIG_KERNEL_LZO is not set +# CONFIG_KERNEL_ZSTD is not set CONFIG_KERNEL_MODE_NEON=y CONFIG_KERNEL_XZ=y CONFIG_KERNFS=y @@ -3031,6 +3034,7 @@ CONFIG_MAC80211_STA_HASH_MAX_SIZE=0 # CONFIG_MACH_JZ4740 is not set # CONFIG_MACH_LOONGSON2EF is not set # CONFIG_MACH_LOONGSON32 is not set +# CONFIG_MACH_LOONGSON2EF is not set # CONFIG_MACH_LOONGSON64 is not set # CONFIG_MACH_PIC32 is not set # CONFIG_MACH_PISTACHIO is not set @@ -4498,6 +4502,7 @@ CONFIG_PROC_SYSCTL=y # CONFIG_PTP_1588_CLOCK_IXP46X is not set # CONFIG_PTP_1588_CLOCK_KVM is not set # CONFIG_PTP_1588_CLOCK_PCH is not set +# CONFIG_PTP_1588_CLOCK_VMW is not set # CONFIG_PUBLIC_KEY_ALGO_RSA is not set # CONFIG_PVPANIC is not set # CONFIG_PWM is not set @@ -5281,6 +5286,7 @@ CONFIG_SERIAL_EARLYCON=y # CONFIG_SGI_IP28 is not set # CONFIG_SGI_IP30 is not set # CONFIG_SGI_IP32 is not set +# CONFIG_SGI_MFD_IOC3 is not set # CONFIG_SGI_PARTITION is not set # CONFIG_SG_POOL is not set # CONFIG_SG_SPLIT is not set |