kernel: bump 5.10 to 5.10.178
[openwrt/staging/stintel.git] / target / linux / generic / hack-5.10 / 253-ksmbd-config.patch
1 From: Rosen Penev <rosenp@gmail.com>
2 Subject: Kconfig: add help text to kernel config
3
4 These options will be used for ksmbd. Once kernel 5.15
5 makes it in, this patch can go away.
6
7 Submitted-by: Rosen Penev <rosenp@gmail.com>
8 ---
9 init/Kconfig | 2 +-
10 lib/Kconfig | 2 +-
11 2 files changed, 2 insertions(+), 2 deletions(-)
12
13 --- a/init/Kconfig
14 +++ b/init/Kconfig
15 @@ -2396,7 +2396,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 --- a/lib/Kconfig
25 +++ b/lib/Kconfig
26 @@ -594,7 +594,7 @@ config LIBFDT
27 bool
28
29 config OID_REGISTRY
30 - tristate
31 + tristate "OID"
32 help
33 Enable fast lookup object identifier registry.
34