Kconfig.debug (f53f292eeaa234615c31a1306babe703fc4263f2) Kconfig.debug (16c7fa05829e8b91db48e3539c5d6ff3c2b18a23)
1
2config PRINTK_TIME
3 bool "Show timing information on printks"
4 depends on PRINTK
5 help
6 Selecting this option causes time stamps of the printk()
7 messages to be added to the output of the syslog() system
8 call and at the console.

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

1458 If unsure, say N.
1459
1460source "samples/Kconfig"
1461
1462source "lib/Kconfig.kgdb"
1463
1464source "lib/Kconfig.kmemcheck"
1465
1
2config PRINTK_TIME
3 bool "Show timing information on printks"
4 depends on PRINTK
5 help
6 Selecting this option causes time stamps of the printk()
7 messages to be added to the output of the syslog() system
8 call and at the console.

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

1458 If unsure, say N.
1459
1460source "samples/Kconfig"
1461
1462source "lib/Kconfig.kgdb"
1463
1464source "lib/Kconfig.kmemcheck"
1465
1466config TEST_STRING_HELPERS
1467 tristate "Test functions located in the string_helpers module at runtime"
1468
1466config TEST_KSTRTOX
1467 tristate "Test kstrto*() family of functions at runtime"
1469config TEST_KSTRTOX
1470 tristate "Test kstrto*() family of functions at runtime"