2 # For a description of the syntax of this configuration file,
3 # see the Configure script.
5 mainmenu_name "Linux/SuperH Kernel Configuration"
7 mainmenu_option next_comment
8 comment 'Code maturity level options'
9 bool 'Prompt for development and/or incomplete code/drivers' CONFIG_EXPERIMENTAL
12 mainmenu_option next_comment
13 comment 'Processor type and features'
14 choice 'Processor family' \
16 SH4 CONFIG_CPU_SH4" SH3
17 bool 'Little Endian' CONFIG_LITTLE_ENDIAN
18 hex 'Physical memory start address' CONFIG_MEMORY_START 0c000000
21 mainmenu_option next_comment
22 comment 'Loadable module support'
23 bool 'Enable loadable module support' CONFIG_MODULES
24 if [ "$CONFIG_MODULES" = "y" ]; then
25 bool ' Set version information on all symbols for modules' CONFIG_MODVERSIONS
26 bool ' Kernel module loader' CONFIG_KMOD
30 define_bool CONFIG_SERIAL n
31 define_bool CONFIG_SH3SCI_SERIAL y
32 define_bool CONFIG_SERIAL_CONSOLE y
34 mainmenu_option next_comment
35 comment 'Floppy, IDE, and other block devices'
37 bool 'Networking support' CONFIG_NET
38 bool 'System V IPC' CONFIG_SYSVIPC
39 bool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCT
40 bool 'Sysctl support' CONFIG_SYSCTL
42 tristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELF
43 tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC
45 tristate 'RAM disk support' CONFIG_BLK_DEV_RAM
46 if [ "$CONFIG_BLK_DEV_RAM" = "y" ]; then
47 bool ' Initial RAM disk (initrd) support' CONFIG_BLK_DEV_INITRD
50 tristate 'Loopback device support' CONFIG_BLK_DEV_LOOP
51 tristate 'Network block device support' CONFIG_BLK_DEV_NBD
54 if [ "$CONFIG_NET" = "y" ]; then
58 mainmenu_option next_comment
59 comment 'Unix 98 PTY support'
60 bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS
61 if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then
62 int 'Maximum number of Unix98 PTYs in use (0-2048)' CONFIG_UNIX98_PTY_COUNT 256
68 mainmenu_option next_comment
71 tristate 'Software watchdog' CONFIG_SOFT_WATCHDOG
74 mainmenu_option next_comment
75 comment 'Kernel hacking'
77 bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ