Kconfig (4b58841149dcaa500ceba1d5378ae70622fe4899) | Kconfig (ce816fa88cca083c47ab9000b2138a83043a78be) |
---|---|
1# 2# Library configuration 3# 4 5config BINARY_PRINTF 6 def_bool n 7 8menu "Library routines" --- 168 unchanged lines hidden (view full) --- 177 when they need to do cyclic redundancy check according CRC8 178 algorithm. Module will be called crc8. 179 180config AUDIT_GENERIC 181 bool 182 depends on AUDIT && !AUDIT_ARCH 183 default y 184 | 1# 2# Library configuration 3# 4 5config BINARY_PRINTF 6 def_bool n 7 8menu "Library routines" --- 168 unchanged lines hidden (view full) --- 177 when they need to do cyclic redundancy check according CRC8 178 algorithm. Module will be called crc8. 179 180config AUDIT_GENERIC 181 bool 182 depends on AUDIT && !AUDIT_ARCH 183 default y 184 |
185config AUDIT_ARCH_COMPAT_GENERIC 186 bool 187 default n 188 189config AUDIT_COMPAT_GENERIC 190 bool 191 depends on AUDIT_GENERIC && AUDIT_ARCH_COMPAT_GENERIC && COMPAT 192 default y 193 | |
194config RANDOM32_SELFTEST 195 bool "PRNG perform self test on init" 196 default n 197 help 198 This option enables the 32 bit PRNG library functions to perform a 199 self test on initialization. 200 201# --- 144 unchanged lines hidden (view full) --- 346 for more information. 347 348config HAS_IOMEM 349 boolean 350 depends on !NO_IOMEM 351 select GENERIC_IO 352 default y 353 | 185config RANDOM32_SELFTEST 186 bool "PRNG perform self test on init" 187 default n 188 help 189 This option enables the 32 bit PRNG library functions to perform a 190 self test on initialization. 191 192# --- 144 unchanged lines hidden (view full) --- 337 for more information. 338 339config HAS_IOMEM 340 boolean 341 depends on !NO_IOMEM 342 select GENERIC_IO 343 default y 344 |
354config HAS_IOPORT | 345config HAS_IOPORT_MAP |
355 boolean | 346 boolean |
356 depends on HAS_IOMEM && !NO_IOPORT | 347 depends on HAS_IOMEM && !NO_IOPORT_MAP |
357 default y 358 359config HAS_DMA 360 boolean 361 depends on !NO_DMA 362 default y 363 364config CHECK_SIGNATURE --- 99 unchanged lines hidden --- | 348 default y 349 350config HAS_DMA 351 boolean 352 depends on !NO_DMA 353 default y 354 355config CHECK_SIGNATURE --- 99 unchanged lines hidden --- |