Kconfig (818b930bc15077fc00ff16bb22c5df1857f05afa) Kconfig (22b361d1df7bc25b558e52f22e779286a3d323e4)
1#
2# Library configuration
3#
4
5config BINARY_PRINTF
6 def_bool n
7
8menu "Library routines"

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

37
38config GENERIC_IO
39 boolean
40 default n
41
42config STMP_DEVICE
43 bool
44
1#
2# Library configuration
3#
4
5config BINARY_PRINTF
6 def_bool n
7
8menu "Library routines"

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

37
38config GENERIC_IO
39 boolean
40 default n
41
42config STMP_DEVICE
43 bool
44
45config PERCPU_RWSEM
46 boolean
47
45config CRC_CCITT
46 tristate "CRC-CCITT functions"
47 help
48 This option is provided for the case where no in-kernel-tree
49 modules require CRC-CCITT functions, but a module built outside
50 the kernel tree does. Such modules that use library CRC-CCITT
51 functions require M here.
52

--- 352 unchanged lines hidden ---
48config CRC_CCITT
49 tristate "CRC-CCITT functions"
50 help
51 This option is provided for the case where no in-kernel-tree
52 modules require CRC-CCITT functions, but a module built outside
53 the kernel tree does. Such modules that use library CRC-CCITT
54 functions require M here.
55

--- 352 unchanged lines hidden ---