Kconfig (b74b953b998bcc2db91b694446f3a2619ec32de6) | Kconfig (c5485a7e7569ab32eea240c850198519e2a765ef) |
---|---|
1# 2# Library configuration 3# 4 5config BINARY_PRINTF 6 def_bool n 7 8menu "Library routines" --- 196 unchanged lines hidden (view full) --- 205# Generic 64-bit atomic support is selected if needed 206# 207config GENERIC_ATOMIC64 208 bool 209 210config LRU_CACHE 211 tristate 212 | 1# 2# Library configuration 3# 4 5config BINARY_PRINTF 6 def_bool n 7 8menu "Library routines" --- 196 unchanged lines hidden (view full) --- 205# Generic 64-bit atomic support is selected if needed 206# 207config GENERIC_ATOMIC64 208 bool 209 210config LRU_CACHE 211 tristate 212 |
213config AVERAGE 214 bool 215 |
|
213endmenu | 216endmenu |