diff options
author | Rosen Penev <rosenp@gmail.com> | 2022-02-09 18:58:29 -0800 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-02-19 18:29:42 +0100 |
commit | 666d427652b7ec0b9b4f761a0faf828b14b4f9ca (patch) | |
tree | 6ced334fec59e83c8f30efb3dc39d0c4943baa61 /target | |
parent | 63f32eb88ee6a4ed96bf28e9b93383e8064a0597 (diff) | |
download | upstream-666d427652b7ec0b9b4f761a0faf828b14b4f9ca.tar.gz upstream-666d427652b7ec0b9b4f761a0faf828b14b4f9ca.tar.bz2 upstream-666d427652b7ec0b9b4f761a0faf828b14b4f9ca.zip |
linux/modules: split up oid_registry
This will be needed by ksmbd in a following commit.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index e96f9866ca..f209086fc2 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -4236,6 +4236,7 @@ CONFIG_NMI_LOG_BUF_SHIFT=13 # CONFIG_OF_OVERLAY is not set CONFIG_OF_RESERVED_MEM=y # CONFIG_OF_UNITTEST is not set +# CONFIG_OID_REGISTRY is not set # CONFIG_OMAP2_DSS_DEBUG is not set # CONFIG_OMAP2_DSS_DEBUGFS is not set # CONFIG_OMAP2_DSS_SDI is not set |