Kconfig (2fc2991175bf77395e6b15fe6b2304d3bf72da40) | Kconfig (77ba89c5cf28d5d98a3cae17f67a3e42b102cc25) |
---|---|
1# 2# Library configuration 3# 4 5menu "Library routines" 6 7config CRC_CCITT 8 tristate "CRC-CCITT functions" --- 72 unchanged lines hidden (view full) --- 81 tristate 82 83config TEXTSEARCH_BM 84 tristate 85 86config TEXTSEARCH_FSM 87 tristate 88 | 1# 2# Library configuration 3# 4 5menu "Library routines" 6 7config CRC_CCITT 8 tristate "CRC-CCITT functions" --- 72 unchanged lines hidden (view full) --- 81 tristate 82 83config TEXTSEARCH_BM 84 tristate 85 86config TEXTSEARCH_FSM 87 tristate 88 |
89# 90# plist support is select#ed if needed 91# 92config PLIST 93 boolean 94 |
|
89endmenu | 95endmenu |