[PATCH] v4l:
[linux-2.6/history.git] / init / Config.in
blob5e225a7823e9c7accffefda6b3161700391e5680
1 mainmenu_option next_comment
2 comment 'Code maturity level options'
3 bool 'Prompt for development and/or incomplete code/drivers' CONFIG_EXPERIMENTAL
4 endmenu
6 mainmenu_option next_comment
7 comment 'General setup'
8 bool 'Networking support' CONFIG_NET
9 bool 'System V IPC' CONFIG_SYSVIPC
10 bool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCT
11 bool 'Sysctl support' CONFIG_SYSCTL
12 endmenu
14 mainmenu_option next_comment
15 comment 'Loadable module support'
16 bool 'Enable loadable module support' CONFIG_MODULES
17 if [ "$CONFIG_MODULES" = "y" ]; then
18    bool '  Set version information on all module symbols' CONFIG_MODVERSIONS
19    bool '  Kernel module loader' CONFIG_KMOD
21 endmenu