blob: f43643111eaf8f962b81c24a46d59d6bd1ca286a [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Linus Torvalds1da177e2005-04-16 15:20:36 -07002
Greg Ungererd1db9122011-10-19 11:46:03 +10003config BOOTPARAM
4 bool 'Compiled-in Kernel Boot Parameter'
5
6config BOOTPARAM_STRING
7 string 'Kernel Boot Parameter'
8 default 'console=ttyS0,19200'
9 depends on BOOTPARAM
10
Kars de Jongf9994892008-11-20 13:47:18 +010011config EARLY_PRINTK
Finn Thain220921a2013-05-29 16:53:32 +100012 bool "Early printk"
Greg Ungerera3595962016-02-25 22:59:13 +100013 depends on !(SUN3 || M68000 || COLDFIRE)
Kars de Jongf9994892008-11-20 13:47:18 +010014 help
15 Write kernel log output directly to a serial port.
Finn Thain7913ad12014-04-12 23:48:56 +100016 Where implemented, output goes to the framebuffer as well.
17 PROM console functionality on Sun 3x is not affected by this option.
18
19 Pass "earlyprintk" on the kernel command line to get a
20 boot console.
Kars de Jongf9994892008-11-20 13:47:18 +010021
22 This is useful for kernel debugging when your machine crashes very
Finn Thain7913ad12014-04-12 23:48:56 +100023 early, i.e. before the normal console driver is loaded.
Kars de Jongf9994892008-11-20 13:47:18 +010024 You should normally say N here, unless you want to debug such a crash.
25
Greg Ungerer66d857b2011-03-22 13:39:27 +100026if !MMU
27
28config FULLDEBUG
29 bool "Full Symbolic/Source Debugging support"
30 help
31 Enable debugging symbols on kernel build.
32
33config HIGHPROFILE
34 bool "Use fast second timer for profiling"
35 depends on COLDFIRE
36 help
37 Use a fast secondary clock to produce profiling information.
38
Greg Ungerer66d857b2011-03-22 13:39:27 +100039config NO_KERNEL_MSG
40 bool "Suppress Kernel BUG Messages"
41 help
42 Do not output any debug BUG messages within the kernel.
43
44config BDM_DISABLE
45 bool "Disable BDM signals"
Kees Cook112f8b12012-10-23 13:01:27 -070046 depends on COLDFIRE
Greg Ungerer66d857b2011-03-22 13:39:27 +100047 help
48 Disable the ColdFire CPU's BDM signals.
49
50endif