Blame view

arch/h8300/Kconfig.debug 1.41 KB
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  menu "Kernel hacking"
  
  source "lib/Kconfig.debug"
  
  config FULLDEBUG
  	bool "Full Symbolic/Source Debugging support"
  	help
  	  Enable debugging symbols on kernel build.
  
  config HIGHPROFILE
  	bool "Use fast second timer for profiling"
  	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 GDB_MAGICPRINT
  	bool "Message Output for GDB MagicPrint service"
  	depends on (H8300H_SIM || H8S_SIM)
  	help
3dde6ad8f   David Sterba   Fix trivial typos...
24
  	  kernel messages output using MagicPrint service from GDB
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
25
26
27
28
  
  config SYSCALL_PRINT
  	bool "SystemCall trace print"
  	help
3dde6ad8f   David Sterba   Fix trivial typos...
29
  	  output history of systemcall
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
30
31
32
33
34
35
  
  config GDB_DEBUG
     	bool "Use gdb stub"
  	depends on (!H8300H_SIM && !H8S_SIM)
  	help
  	  gdb stub exception support
35e622a67   Ralf Baechle   [PATCH] H8/300: C...
36
  config SH_STANDARD_BIOS
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
37
38
39
40
41
42
43
  	bool "Use gdb protocol serial console"
  	depends on (!H8300H_SIM && !H8S_SIM)
  	help
  	  serial console output using GDB protocol.
  	  Require eCos/RedBoot
  
  config DEFAULT_CMDLINE
5c5f4fee6   Robert P. J. Day   H8300: Typo: "bui...
44
  	bool "Use builtin commandline"
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
45
46
  	default n
  	help
5c5f4fee6   Robert P. J. Day   H8300: Typo: "bui...
47
  	  builtin kernel commandline enabled.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
48
49
  
  config KERNEL_COMMAND
b595076a1   Uwe Kleine-König   tree-wide: fix co...
50
  	string "Buildin command string"
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
51
52
  	depends on DEFAULT_CMDLINE
  	help
5c5f4fee6   Robert P. J. Day   H8300: Typo: "bui...
53
  	  builtin kernel commandline strings.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
54
55
56
57
58
59
  
  config BLKDEV_RESERVE
  	bool "BLKDEV Reserved Memory"
  	default n
  	help
  	  Reserved BLKDEV area.
693c10e6c   Robert P. J. Day   H8/300: Fix misna...
60
  config BLKDEV_RESERVE_ADDRESS
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
61
62
63
64
65
66
  	hex 'start address'
  	depends on BLKDEV_RESERVE
  	help
  	  BLKDEV start address.
  
  endmenu