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