Kconfig (7f50548abb5454bd82c25aae15f0a3bf6a530f46) | Kconfig (cacb246f8db2b9eba89d44a0f0dd4f6ed93bc113) |
---|---|
1# 2# Library configuration 3# 4 5config BINARY_PRINTF 6 def_bool n 7 8menu "Library routines" --- 103 unchanged lines hidden (view full) --- 112 tristate 113 114config DECOMPRESS_BZIP2 115 tristate 116 117config DECOMPRESS_LZMA 118 tristate 119 | 1# 2# Library configuration 3# 4 5config BINARY_PRINTF 6 def_bool n 7 8menu "Library routines" --- 103 unchanged lines hidden (view full) --- 112 tristate 113 114config DECOMPRESS_BZIP2 115 tristate 116 117config DECOMPRESS_LZMA 118 tristate 119 |
120config DECOMPRESS_LZO 121 select LZO_DECOMPRESS 122 tristate 123 |
|
120# 121# Generic allocator support is selected if needed 122# 123config GENERIC_ALLOCATOR 124 boolean 125 126# 127# reed solomon support is select'ed if needed --- 79 unchanged lines hidden --- | 124# 125# Generic allocator support is selected if needed 126# 127config GENERIC_ALLOCATOR 128 boolean 129 130# 131# reed solomon support is select'ed if needed --- 79 unchanged lines hidden --- |