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/generic | |
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/generic')
-rw-r--r-- | target/linux/generic/config-5.10 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-5.4 | 1 |
2 files changed, 2 insertions, 0 deletions
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 |