Skip to content

Commit

Permalink
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel…
Browse files Browse the repository at this point in the history
…/git/gerg/m68knommu

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu:
  m68k: merge m68k and m68knommu arch directories
  • Loading branch information
torvalds committed Mar 26, 2011
2 parents 73939bb + 66d857b commit ffbf0ab
Show file tree
Hide file tree
Showing 170 changed files with 6,916 additions and 7,131 deletions.
456 changes: 33 additions & 423 deletions arch/m68k/Kconfig

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions arch/m68k/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,38 @@ menu "Kernel hacking"

source "lib/Kconfig.debug"

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 BOOTPARAM
bool 'Compiled-in Kernel Boot Parameter'

config BOOTPARAM_STRING
string 'Kernel Boot Parameter'
default 'console=ttyS0,19200'
depends on BOOTPARAM

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 (EXPERIMENTAL && COLDFIRE)
help
Disable the ColdFire CPU's BDM signals.

endif

endmenu
Loading

0 comments on commit ffbf0ab

Please sign in to comment.