* better
[mascara-docs.git] / i386 / linux-2.3.21 / arch / sh / config.in
blob48874a0f0f9cb4d22ffa7dd2916b9456c42d3db7
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
10 endmenu
12 mainmenu_option next_comment
13 comment 'Processor type and features'
14 choice 'Processor family' \
15         "SH3            CONFIG_CPU_SH3 \
16          SH4            CONFIG_CPU_SH4" SH3
17 bool 'Little Endian' CONFIG_LITTLE_ENDIAN
18 hex 'Physical memory start address' CONFIG_MEMORY_START 0c000000
19 endmenu
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
28 endmenu
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
52 endmenu
54 if [ "$CONFIG_NET" = "y" ]; then
55    source net/Config.in
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
64 endmenu
66 source fs/Config.in
68 mainmenu_option next_comment
69 comment 'Watchdog'
71 tristate 'Software watchdog' CONFIG_SOFT_WATCHDOG
72 endmenu
74 mainmenu_option next_comment
75 comment 'Kernel hacking'
77 bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ
78 endmenu