^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) config BOOTPARAM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) bool 'Compiled-in Kernel Boot Parameter'
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) config BOOTPARAM_STRING
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) string 'Kernel Boot Parameter'
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) default 'console=ttyS0,19200'
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) depends on BOOTPARAM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) config EARLY_PRINTK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) bool "Early printk"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) depends on !(SUN3 || M68000 || COLDFIRE)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) Write kernel log output directly to a serial port.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) Where implemented, output goes to the framebuffer as well.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) PROM console functionality on Sun 3x is not affected by this option.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) Pass "earlyprintk" on the kernel command line to get a
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) boot console.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) This is useful for kernel debugging when your machine crashes very
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) early, i.e. before the normal console driver is loaded.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) You should normally say N here, unless you want to debug such a crash.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) if !MMU
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) config FULLDEBUG
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) bool "Full Symbolic/Source Debugging support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) Enable debugging symbols on kernel build.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) config HIGHPROFILE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) bool "Use fast second timer for profiling"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) depends on COLDFIRE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) Use a fast secondary clock to produce profiling information.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) config NO_KERNEL_MSG
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) bool "Suppress Kernel BUG Messages"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) Do not output any debug BUG messages within the kernel.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) config BDM_DISABLE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) bool "Disable BDM signals"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) depends on COLDFIRE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) Disable the ColdFire CPU's BDM signals.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) endif