/usr/src/linux-headers-5.15.0-181/arch/m68k
NameSizeModeActions
68000/-0755rm
amiga/-0755rm
apollo/-0755rm
atari/-0755rm
bvme6000/-0755rm
coldfire/-0755rm
emu/-0755rm
fpsp040/-0755rm
hp300/-0755rm
ifpsp060/-0755rm
include/-0755rm
kernel/-0755rm
lib/-0755rm
mac/-0755rm
math-emu/-0755rm
mm/-0755rm
mvme16x/-0755rm
mvme147/-0755rm
q40/-0755rm
sun3/-0755rm
sun3x/-0755rm
tools/-0755rm
install.sh12690644editdlrm
Kbuild6250644editdlrm
Kconfig31150644editdlrm
Kconfig.bus19350644editdlrm
Kconfig.cpu141840644editdlrm
Kconfig.debug12750644editdlrm
Kconfig.devices44880644editdlrm
Kconfig.machine131880644editdlrm
Makefile43980644editdlrm
Edit: /usr/src/linux-headers-5.15.0-181/arch/m68k/Kconfig.debug (1275B)
# SPDX-License-Identifier: GPL-2.0 config BOOTPARAM bool 'Compiled-in Kernel Boot Parameter' config BOOTPARAM_STRING string 'Kernel Boot Parameter' default 'console=ttyS0,19200' depends on BOOTPARAM config EARLY_PRINTK bool "Early printk" depends on MMU_MOTOROLA help Write kernel log output directly to a serial port. Where implemented, output goes to the framebuffer as well. PROM console functionality on Sun 3x is not affected by this option. Pass "earlyprintk" on the kernel command line to get a boot console. This is useful for kernel debugging when your machine crashes very early, i.e. before the normal console driver is loaded. You should normally say N here, unless you want to debug such a crash. if !MMU config FULLDEBUG bool "Full Symbolic/Source Debugging support" help Enable debugging symbols on kernel build. config HIGHPROFILE bool "Use fast second timer for profiling" depends on COLDFIRE help Use a fast secondary clock to produce profiling information. config NO_KERNEL_MSG bool "Suppress Kernel BUG Messages" help Do not output any debug BUG messages within the kernel. config BDM_DISABLE bool "Disable BDM signals" depends on COLDFIRE help Disable the ColdFire CPU's BDM signals. endif