linux/generic/hack-5.15: add missing patch headers
[openwrt/staging/dedeckeh.git] / target / linux / generic / hack-5.15 / 253-ksmbd-config.patch
1 From dcd966fa7ca63f38cf7147e1184d13d66e2ca340 Mon Sep 17 00:00:00 2001
2 From: OpenWrt community <openwrt-devel@lists.openwrt.org>
3 Date: Wed, 13 Jul 2022 13:33:30 +0200
4 Subject: [PATCH] Kconfig: add tristate for OID and ASNI string
5
6 ---
7 init/Kconfig | 2 +-
8 lib/Kconfig | 2 +-
9 2 files changed, 2 insertions(+), 2 deletions(-)
10
11 diff --git a/init/Kconfig b/init/Kconfig
12 index 5a2514bbb11d..32ba9490a6e4 100644
13 --- a/init/Kconfig
14 +++ b/init/Kconfig
15 @@ -2384,7 +2384,7 @@ config PADATA
16 bool
17
18 config ASN1
19 - tristate
20 + tristate "ASN1"
21 help
22 Build a simple ASN.1 grammar compiler that produces a bytecode output
23 that can be interpreted by the ASN.1 stream decoder and used to
24 diff --git a/lib/Kconfig b/lib/Kconfig
25 index d6c6cfd1fac9..6595c53abd3c 100644
26 --- a/lib/Kconfig
27 +++ b/lib/Kconfig
28 @@ -614,7 +614,7 @@ config LIBFDT
29 bool
30
31 config OID_REGISTRY
32 - tristate
33 + tristate "OID"
34 help
35 Enable fast lookup object identifier registry.
36
37 --
38