Kconfig.debug (c5ce28df0e7c01a1de23c36ebdefcd803f2b6cbb) Kconfig.debug (64d1d77a44697af8e314939ecef30642c68309cb)
1menu "printk and dmesg options"
2
3config PRINTK_TIME
4 bool "Show timing information on printks"
5 depends on PRINTK
6 help
7 Selecting this option causes time stamps of the printk()
8 messages to be added to the output of the syslog() system

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

1575 This is a one-shot self test that permutes through the
1576 recovery of all the possible two disk failure scenarios for a
1577 N-disk array. Recovery is performed with the asynchronous
1578 raid6 recovery routines, and will optionally use an offload
1579 engine if one is available.
1580
1581 If unsure, say N.
1582
1menu "printk and dmesg options"
2
3config PRINTK_TIME
4 bool "Show timing information on printks"
5 depends on PRINTK
6 help
7 Selecting this option causes time stamps of the printk()
8 messages to be added to the output of the syslog() system

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

1575 This is a one-shot self test that permutes through the
1576 recovery of all the possible two disk failure scenarios for a
1577 N-disk array. Recovery is performed with the asynchronous
1578 raid6 recovery routines, and will optionally use an offload
1579 engine if one is available.
1580
1581 If unsure, say N.
1582
1583config TEST_HEXDUMP
1584 tristate "Test functions located in the hexdump module at runtime"
1585
1583config TEST_STRING_HELPERS
1584 tristate "Test functions located in the string_helpers module at runtime"
1585
1586config TEST_KSTRTOX
1587 tristate "Test kstrto*() family of functions at runtime"
1588
1589config TEST_RHASHTABLE
1590 tristate "Perform selftest on resizable hash table"

--- 132 unchanged lines hidden ---
1586config TEST_STRING_HELPERS
1587 tristate "Test functions located in the string_helpers module at runtime"
1588
1589config TEST_KSTRTOX
1590 tristate "Test kstrto*() family of functions at runtime"
1591
1592config TEST_RHASHTABLE
1593 tristate "Perform selftest on resizable hash table"

--- 132 unchanged lines hidden ---