Kconfig (3f81b2c49d31e763a9c1da831ceb6cef087cf6c6) Kconfig (9c1c21a0533aa37a475e8e8cce7ee064ed771881)
1#
2# Library configuration
3#
4
5config BINARY_PRINTF
6 def_bool n
7
8menu "Library routines"

--- 19 unchanged lines hidden (view full) ---

28config GENERIC_IOMAP
29 bool
30 select GENERIC_PCI_IOMAP
31
32config GENERIC_IO
33 boolean
34 default n
35
1#
2# Library configuration
3#
4
5config BINARY_PRINTF
6 def_bool n
7
8menu "Library routines"

--- 19 unchanged lines hidden (view full) ---

28config GENERIC_IOMAP
29 bool
30 select GENERIC_PCI_IOMAP
31
32config GENERIC_IO
33 boolean
34 default n
35
36config STMP_DEVICE
37 bool
38
39config CRC_CCITT
40 tristate "CRC-CCITT functions"
41 help
42 This option is provided for the case where no in-kernel-tree
43 modules require CRC-CCITT functions, but a module built outside
44 the kernel tree does. Such modules that use library CRC-CCITT
45 functions require M here.
46

--- 304 unchanged lines hidden (view full) ---

351 bool
352
353config CORDIC
354 tristate "CORDIC algorithm"
355 help
356 This option provides an implementation of the CORDIC algorithm;
357 calculations are in fixed point. Module will be called cordic.
358
36config CRC_CCITT
37 tristate "CRC-CCITT functions"
38 help
39 This option is provided for the case where no in-kernel-tree
40 modules require CRC-CCITT functions, but a module built outside
41 the kernel tree does. Such modules that use library CRC-CCITT
42 functions require M here.
43

--- 304 unchanged lines hidden (view full) ---

348 bool
349
350config CORDIC
351 tristate "CORDIC algorithm"
352 help
353 This option provides an implementation of the CORDIC algorithm;
354 calculations are in fixed point. Module will be called cordic.
355
356config DDR
357 bool "JEDEC DDR data"
358 help
359 Data from JEDEC specs for DDR SDRAM memories,
360 particularly the AC timing parameters and addressing
361 information. This data is useful for drivers handling
362 DDR SDRAM controllers.
363
359config MPILIB
360 tristate
361 select CLZ_TAB
362 help
363 Multiprecision maths library from GnuPG.
364 It is used to implement RSA digital signature verification,
365 which is used by IMA/EVM digital signature extension.
366

--- 18 unchanged lines hidden ---
364config MPILIB
365 tristate
366 select CLZ_TAB
367 help
368 Multiprecision maths library from GnuPG.
369 It is used to implement RSA digital signature verification,
370 which is used by IMA/EVM digital signature extension.
371

--- 18 unchanged lines hidden ---