253-ksmbd-config.patch 784 B

12345678910111213141516171819202122232425262728293031323334
  1. From: Rosen Penev <[email protected]>
  2. Subject: Kconfig: add help text to kernel config
  3. These options will be used for ksmbd. Once kernel 5.15
  4. makes it in, this patch can go away.
  5. Submitted-by: Rosen Penev <[email protected]>
  6. ---
  7. init/Kconfig | 2 +-
  8. lib/Kconfig | 2 +-
  9. 2 files changed, 2 insertions(+), 2 deletions(-)
  10. --- a/init/Kconfig
  11. +++ b/init/Kconfig
  12. @@ -2384,7 +2384,7 @@ config PADATA
  13. bool
  14. config ASN1
  15. - tristate
  16. + tristate "ASN1"
  17. help
  18. Build a simple ASN.1 grammar compiler that produces a bytecode output
  19. that can be interpreted by the ASN.1 stream decoder and used to
  20. --- a/lib/Kconfig
  21. +++ b/lib/Kconfig
  22. @@ -594,7 +594,7 @@ config LIBFDT
  23. bool
  24. config OID_REGISTRY
  25. - tristate
  26. + tristate "OID"
  27. help
  28. Enable fast lookup object identifier registry.