Current section

Files

Jump to
nerves_system_linkit linux-4.4 openwrt_generic 254-textsearch_kconfig_hacks.patch
Raw

linux-4.4/openwrt_generic/254-textsearch_kconfig_hacks.patch

--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -334,16 +334,16 @@ config BCH_CONST_T
# Textsearch support is select'ed if needed
#
config TEXTSEARCH
- bool
+ boolean "Textsearch support"
config TEXTSEARCH_KMP
- tristate
+ tristate "Textsearch KMP"
config TEXTSEARCH_BM
- tristate
+ tristate "Textsearch BM"
config TEXTSEARCH_FSM
- tristate
+ tristate "Textsearch FSM"
config BTREE
bool