URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [ppc/] [config.in] - Rev 1765
Compare with Previous | Blame | View Log
## For a description of the syntax of this configuration file,# see the Configure script.#mainmenu_name "Linux Kernel Configuration"mainmenu_option next_commentcomment 'Code maturity level options'bool 'Prompt for development and/or incomplete code/drivers' CONFIG_EXPERIMENTALendmenumainmenu_option next_commentcomment 'Loadable module support'bool 'Enable loadable module support' CONFIG_MODULESif [ "$CONFIG_MODULES" = "y" ]; thenbool 'Set version information on all symbols for modules' CONFIG_MODVERSIONSbool 'Kernel daemon support (e.g. autoload of modules)' CONFIG_KERNELDfiendmenumainmenu_option next_commentcomment 'General setup'bool 'Kernel math emulation' CONFIG_MATH_EMULATIONbool 'Networking support' CONFIG_NETbool 'Limit memory to low 16MB' CONFIG_MAX_16Mbool 'PCI bios support' CONFIG_PCIif [ "$CONFIG_PCI" = "y" ]; thenif [ "$CONFIG_EXPERIMENTAL" = "y" ]; thenbool ' PCI bridge optimization (experimental)' CONFIG_PCI_OPTIMIZEfifibool 'System V IPC' CONFIG_SYSVIPCtristate 'Kernel support for a.out binaries' CONFIG_BINFMT_AOUTtristate 'Kernel support for JAVA binaries' CONFIG_BINFMT_JAVAtristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELFif [ "$CONFIG_BINFMT_ELF" = "y" ]; thenbool 'Compile kernel as ELF - if your GCC is ELF-GCC' CONFIG_KERNEL_ELFfisource drivers/block/Config.inif [ "$CONFIG_NET" = "y" ]; thensource net/Config.infimainmenu_option next_commentcomment 'SCSI support'tristate 'SCSI support' CONFIG_SCSIif [ "$CONFIG_SCSI" != "n" ]; thensource drivers/scsi/Config.infiendmenuif [ "$CONFIG_NET" = "y" ]; thenmainmenu_option next_commentcomment 'Network device support'bool 'Network device support' CONFIG_NETDEVICESif [ "$CONFIG_NETDEVICES" = "y" ]; thensource drivers/net/Config.infiendmenufimainmenu_option next_commentcomment 'ISDN subsystem'tristate 'ISDN support' CONFIG_ISDNif [ "$CONFIG_ISDN" != "n" ]; thensource drivers/isdn/Config.infiendmenumainmenu_option next_commentcomment 'CD-ROM drivers (not for SCSI or IDE/ATAPI drives)'bool 'Support non-SCSI/IDE/ATAPI CDROM drives' CONFIG_CD_NO_IDESCSIif [ "$CONFIG_CD_NO_IDESCSI" != "n" ]; thensource drivers/cdrom/Config.infiendmenusource fs/Config.insource drivers/char/Config.inmainmenu_option next_commentcomment 'Sound'tristate 'Sound card support' CONFIG_SOUNDif [ "$CONFIG_SOUND" != "n" ]; thensource drivers/sound/Config.infiendmenumainmenu_option next_commentcomment 'Kernel hacking'#bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOCbool 'Kernel profiling support' CONFIG_PROFILEif [ "$CONFIG_PROFILE" = "y" ]; thenint ' Profile shift count' CONFIG_PROFILE_SHIFT 2fiendmenu
