| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | menu "Kernel hacking" | 
 | 2 |  | 
 | 3 | source "lib/Kconfig.debug" | 
 | 4 |  | 
 | 5 | config FULLDEBUG | 
 | 6 | 	bool "Full Symbolic/Source Debugging support" | 
 | 7 | 	help | 
 | 8 | 	  Enable debugging symbols on kernel build. | 
 | 9 |  | 
 | 10 | config HIGHPROFILE | 
 | 11 | 	bool "Use fast second timer for profiling" | 
 | 12 | 	help | 
 | 13 | 	  Use a fast secondary clock to produce profiling information. | 
 | 14 |  | 
 | 15 | config NO_KERNEL_MSG | 
 | 16 | 	bool "Suppress Kernel BUG Messages" | 
 | 17 | 	help | 
 | 18 | 	  Do not output any debug BUG messages within the kernel. | 
 | 19 |  | 
 | 20 | config GDB_MAGICPRINT | 
 | 21 | 	bool "Message Output for GDB MagicPrint service" | 
 | 22 | 	depends on (H8300H_SIM || H8S_SIM) | 
 | 23 | 	help | 
| David Sterba | 3dde6ad | 2007-05-09 07:12:20 +0200 | [diff] [blame] | 24 | 	  kernel messages output using MagicPrint service from GDB | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 |  | 
 | 26 | config SYSCALL_PRINT | 
 | 27 | 	bool "SystemCall trace print" | 
 | 28 | 	help | 
| David Sterba | 3dde6ad | 2007-05-09 07:12:20 +0200 | [diff] [blame] | 29 | 	  output history of systemcall | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 |  | 
 | 31 | config GDB_DEBUG | 
 | 32 |    	bool "Use gdb stub" | 
 | 33 | 	depends on (!H8300H_SIM && !H8S_SIM) | 
 | 34 | 	help | 
 | 35 | 	  gdb stub exception support | 
 | 36 |  | 
| Ralf Baechle | 35e622a | 2006-02-20 12:41:55 +0000 | [diff] [blame] | 37 | config SH_STANDARD_BIOS | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 38 | 	bool "Use gdb protocol serial console" | 
 | 39 | 	depends on (!H8300H_SIM && !H8S_SIM) | 
 | 40 | 	help | 
 | 41 | 	  serial console output using GDB protocol. | 
 | 42 | 	  Require eCos/RedBoot | 
 | 43 |  | 
 | 44 | config DEFAULT_CMDLINE | 
| Robert P. J. Day | 5c5f4fe | 2007-10-20 00:26:06 +0200 | [diff] [blame] | 45 | 	bool "Use builtin commandline" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 46 | 	default n | 
 | 47 | 	help | 
| Robert P. J. Day | 5c5f4fe | 2007-10-20 00:26:06 +0200 | [diff] [blame] | 48 | 	  builtin kernel commandline enabled. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 49 |  | 
 | 50 | config KERNEL_COMMAND | 
| Uwe Kleine-König | b595076 | 2010-11-01 15:38:34 -0400 | [diff] [blame] | 51 | 	string "Buildin command string" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 52 | 	depends on DEFAULT_CMDLINE | 
 | 53 | 	help | 
| Robert P. J. Day | 5c5f4fe | 2007-10-20 00:26:06 +0200 | [diff] [blame] | 54 | 	  builtin kernel commandline strings. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 55 |  | 
 | 56 | config BLKDEV_RESERVE | 
 | 57 | 	bool "BLKDEV Reserved Memory" | 
 | 58 | 	default n | 
 | 59 | 	help | 
 | 60 | 	  Reserved BLKDEV area. | 
 | 61 |  | 
| Robert P. J. Day | 693c10e | 2007-09-11 15:23:41 -0700 | [diff] [blame] | 62 | config BLKDEV_RESERVE_ADDRESS | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 63 | 	hex 'start address' | 
 | 64 | 	depends on BLKDEV_RESERVE | 
 | 65 | 	help | 
 | 66 | 	  BLKDEV start address. | 
 | 67 |  | 
 | 68 | endmenu |