OSDN Git Service

Merge branch 'master' into h8300
[uclinux-h8/linux.git] / arch / h8300 / Kconfig.debug
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 EARLY_PRINTK
21         bool "Early printk support"
22
23 config SYSCALL_PRINT
24         bool "SystemCall trace print"
25         help
26           output history of systemcall
27
28 config GDB_DEBUG
29         bool "Use gdb stub"
30         depends on (!H8300H_SIM && !H8S_SIM)
31         help
32           gdb stub exception support
33
34 config SH_STANDARD_BIOS
35         bool "Use gdb protocol serial console"
36         depends on (!H8300H_SIM && !H8S_SIM)
37         help
38           serial console output using GDB protocol.
39           Require eCos/RedBoot
40
41 config DEFAULT_CMDLINE
42         bool "Use builtin commandline"
43         default n
44         help
45           builtin kernel commandline enabled.
46
47 config KERNEL_COMMAND
48         string "Buildin command string"
49         depends on DEFAULT_CMDLINE
50         help
51           builtin kernel commandline strings.
52
53 config BLKDEV_RESERVE
54         bool "BLKDEV Reserved Memory"
55         default n
56         help
57           Reserved BLKDEV area.
58
59 config BLKDEV_RESERVE_ADDRESS
60         hex 'start address'
61         depends on BLKDEV_RESERVE
62         help
63           BLKDEV start address.
64
65 endmenu