251-kconfig.patch 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. From da3c50704f14132f4adf80d48e9a4cd5d46e54c9 Mon Sep 17 00:00:00 2001
  2. From: John Crispin <[email protected]>
  3. Date: Fri, 7 Jul 2017 17:09:21 +0200
  4. Subject: kconfig: owrt specifc dependencies
  5. Signed-off-by: John Crispin <[email protected]>
  6. ---
  7. crypto/Kconfig | 10 +++++-----
  8. drivers/bcma/Kconfig | 1 +
  9. drivers/ssb/Kconfig | 3 ++-
  10. lib/Kconfig | 8 ++++----
  11. net/netfilter/Kconfig | 2 +-
  12. net/wireless/Kconfig | 17 ++++++++++-------
  13. sound/core/Kconfig | 4 ++--
  14. 7 files changed, 25 insertions(+), 20 deletions(-)
  15. --- a/crypto/Kconfig
  16. +++ b/crypto/Kconfig
  17. @@ -55,7 +55,7 @@ config CRYPTO_FIPS_VERSION
  18. By default the KERNELRELEASE value is used.
  19. config CRYPTO_ALGAPI
  20. - tristate
  21. + tristate "ALGAPI"
  22. select CRYPTO_ALGAPI2
  23. help
  24. This option provides the API for cryptographic algorithms.
  25. @@ -64,7 +64,7 @@ config CRYPTO_ALGAPI2
  26. tristate
  27. config CRYPTO_AEAD
  28. - tristate
  29. + tristate "AEAD"
  30. select CRYPTO_AEAD2
  31. select CRYPTO_ALGAPI
  32. @@ -82,7 +82,7 @@ config CRYPTO_SIG2
  33. select CRYPTO_ALGAPI2
  34. config CRYPTO_SKCIPHER
  35. - tristate
  36. + tristate "SKCIPHER"
  37. select CRYPTO_SKCIPHER2
  38. select CRYPTO_ALGAPI
  39. select CRYPTO_ECB
  40. @@ -92,7 +92,7 @@ config CRYPTO_SKCIPHER2
  41. select CRYPTO_ALGAPI2
  42. config CRYPTO_HASH
  43. - tristate
  44. + tristate "HASH"
  45. select CRYPTO_HASH2
  46. select CRYPTO_ALGAPI
  47. @@ -101,7 +101,7 @@ config CRYPTO_HASH2
  48. select CRYPTO_ALGAPI2
  49. config CRYPTO_RNG
  50. - tristate
  51. + tristate "RNG"
  52. select CRYPTO_RNG2
  53. select CRYPTO_ALGAPI
  54. --- a/drivers/bcma/Kconfig
  55. +++ b/drivers/bcma/Kconfig
  56. @@ -16,6 +16,7 @@ if BCMA
  57. # Support for Block-I/O. SELECT this from the driver that needs it.
  58. config BCMA_BLOCKIO
  59. bool
  60. + default y
  61. config BCMA_HOST_PCI_POSSIBLE
  62. bool
  63. --- a/drivers/ssb/Kconfig
  64. +++ b/drivers/ssb/Kconfig
  65. @@ -29,6 +29,7 @@ config SSB_SPROM
  66. config SSB_BLOCKIO
  67. bool
  68. depends on SSB
  69. + default y
  70. config SSB_PCIHOST_POSSIBLE
  71. bool
  72. @@ -49,7 +50,7 @@ config SSB_PCIHOST
  73. config SSB_B43_PCI_BRIDGE
  74. bool
  75. depends on SSB_PCIHOST
  76. - default n
  77. + default y
  78. config SSB_PCMCIAHOST_POSSIBLE
  79. bool
  80. --- a/lib/Kconfig
  81. +++ b/lib/Kconfig
  82. @@ -457,16 +457,16 @@ config BCH_CONST_T
  83. # Textsearch support is select'ed if needed
  84. #
  85. config TEXTSEARCH
  86. - bool
  87. + bool "Textsearch support"
  88. config TEXTSEARCH_KMP
  89. - tristate
  90. + tristate "Textsearch KMP"
  91. config TEXTSEARCH_BM
  92. - tristate
  93. + tristate "Textsearch BM"
  94. config TEXTSEARCH_FSM
  95. - tristate
  96. + tristate "Textsearch FSM"
  97. config BTREE
  98. bool
  99. --- a/net/netfilter/Kconfig
  100. +++ b/net/netfilter/Kconfig
  101. @@ -22,7 +22,7 @@ config NETFILTER_SKIP_EGRESS
  102. def_bool NETFILTER_EGRESS && (NET_CLS_ACT || IFB)
  103. config NETFILTER_NETLINK
  104. - tristate
  105. + tristate "Netfilter NFNETLINK interface"
  106. config NETFILTER_FAMILY_BRIDGE
  107. bool
  108. --- a/sound/core/Kconfig
  109. +++ b/sound/core/Kconfig
  110. @@ -17,7 +17,7 @@ config SND_DMAENGINE_PCM
  111. tristate
  112. config SND_HWDEP
  113. - tristate
  114. + tristate "Sound hardware support"
  115. config SND_SEQ_DEVICE
  116. tristate
  117. @@ -57,7 +57,7 @@ config SND_CORE_TEST
  118. config SND_COMPRESS_OFFLOAD
  119. - tristate
  120. + tristate "Compression offloading support"
  121. config SND_JACK
  122. bool
  123. --- a/net/Kconfig
  124. +++ b/net/Kconfig
  125. @@ -484,7 +484,7 @@ config NET_DEVLINK
  126. default n
  127. config PAGE_POOL
  128. - bool
  129. + bool "Page pool support"
  130. config PAGE_POOL_STATS
  131. default n