Kconfig (fc8e1ead9314cf0e0f1922e661428b93d3a50d88) | Kconfig (b411b3637fa71fce9cf2acf0639009500f5892fe) |
---|---|
1# 2# Library configuration 3# 4 5config BINARY_PRINTF 6 def_bool n 7 8menu "Library routines" --- 186 unchanged lines hidden (view full) --- 195 bool 196 197# 198# Generic 64-bit atomic support is selected if needed 199# 200config GENERIC_ATOMIC64 201 bool 202 | 1# 2# Library configuration 3# 4 5config BINARY_PRINTF 6 def_bool n 7 8menu "Library routines" --- 186 unchanged lines hidden (view full) --- 195 bool 196 197# 198# Generic 64-bit atomic support is selected if needed 199# 200config GENERIC_ATOMIC64 201 bool 202 |
203config LRU_CACHE 204 tristate 205 |
|
203endmenu | 206endmenu |