URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [arch/] [parisc/] [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"define_bool CONFIG_PARISC ydefine_bool CONFIG_UID16 ndefine_bool CONFIG_RWSEM_GENERIC_SPINLOCK ydefine_bool CONFIG_RWSEM_XCHGADD_ALGORITHM nmainmenu_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 module symbols' CONFIG_MODVERSIONSbool 'Kernel module loader' CONFIG_KMODfiendmenumainmenu_option next_commentcomment 'Processor type'choice 'Processor family' \"PA7000/PA7100 CONFIG_PA7100 \PA7200 CONFIG_PA7200 \PA7100LC/PA7300LC CONFIG_PA7100LC \PA8x00 CONFIG_PA8X00" PA7000if [ "$CONFIG_PA8X00" = "y" ] ; thendefine_bool CONFIG_PA20 ybool '64-bit kernel' CONFIG_PARISC64dep_bool '32-bit PDC' CONFIG_PDC_NARROW $CONFIG_PARISC64elsedefine_bool CONFIG_PA11 yfiendmenumainmenu_option next_commentcomment 'General options'bool 'Symmetric multi-processing support' CONFIG_SMPif [ "$CONFIG_SMP" = "y" ]; thenint 'Maximum number of CPUs (2-32)' CONFIG_NR_CPUS 32fibool 'Chassis LCD and LED support' CONFIG_CHASSIS_LCD_LEDbool 'Kernel Debugger support' CONFIG_KWDB# define_bool CONFIG_KWDB nbool 'U2/Uturn I/O MMU' CONFIG_IOMMU_CCIObool 'VSC/GSC/HSC bus support' CONFIG_GSCdep_bool ' Lasi I/O support' CONFIG_GSC_LASI $CONFIG_GSCdep_bool ' Wax I/O support' CONFIG_GSC_WAX $CONFIG_GSCdep_bool 'EISA support' CONFIG_EISA $CONFIG_GSCdefine_bool CONFIG_ISA $CONFIG_EISAbool 'PCI support' CONFIG_PCIif [ "$CONFIG_PCI" = "y" ]; thendep_bool ' GSCtoPCI/Dino PCI support' CONFIG_GSC_DINO $CONFIG_GSCbool ' LBA/Elroy PCI support' CONFIG_PCI_LBAdefine_bool CONFIG_IOSAPIC $CONFIG_PCI_LBAdefine_bool CONFIG_IOMMU_SBA $CONFIG_PCI_LBA# bool ' EPIC PCI support' CONFIG_PCI_EPIC nbool ' SuperIO support' CONFIG_SUPERIOfisource drivers/pci/Config.inendmenumainmenu_option next_commentcomment 'General setup'bool 'Support for hot-pluggable devices' CONFIG_HOTPLUGbool 'Networking support' CONFIG_NETbool 'System V IPC' CONFIG_SYSVIPCbool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCTbool 'Sysctl support' CONFIG_SYSCTLdefine_bool CONFIG_KCORE_ELF ytristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELFtristate 'Kernel support for SOM binaries' CONFIG_BINFMT_SOMtristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC# anyone want to get ACPI working on PA/RISC?define_bool CONFIG_PM nendmenusource drivers/parport/Config.insource drivers/block/Config.insource drivers/md/Config.inif [ "$CONFIG_NET" = "y" ]; thensource net/Config.infiif [ "$CONFIG_SUPERIO" = "y" ]; thenmainmenu_option next_commentcomment 'ATA/IDE/MFM/RLL support'tristate 'ATA/IDE/MFM/RLL support' CONFIG_IDEif [ "$CONFIG_IDE" != "n" ]; thensource drivers/ide/Config.inelsedefine_bool CONFIG_BLK_DEV_HD nfiendmenufimainmenu_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.inif [ "$CONFIG_ATM" = "y" -o "$CONFIG_ATM" = "m" ]; thensource drivers/atm/Config.infifiendmenufi## input before char - char/joystick depends on it. As does USB.#source drivers/input/Config.insource drivers/char/Config.insource drivers/hil/Config.insource drivers/media/Config.insource fs/Config.inif [ "$CONFIG_VT" = "y" ]; thenmainmenu_option next_commentcomment 'Console drivers'source drivers/video/Config.inbool 'STI console' CONFIG_STI_CONSOLEif [ "$CONFIG_GSC_PS2" = "y" ]; thendefine_bool CONFIG_DUMMY_CONSOLE yfiif [ "$CONFIG_STI_CONSOLE" = "y" ]; thendefine_bool CONFIG_DUMMY_CONSOLE ydefine_bool CONFIG_FBCON ydefine_bool CONFIG_FBCON_FONT y# define_bool CONFIG_FBCON_FONTWIDTH8_ONLY ndefine_bool CONFIG_FONT_8x8 ydefine_bool CONFIG_FONT_8x16 ydefine_bool CONFIG_FONT_6x11 ydefine_bool CONFIG_FONT_SUN12x22 yfiendmenufimainmenu_option next_commentcomment 'Sound'tristate 'Sound card support' CONFIG_SOUNDif [ "$CONFIG_SOUND" != "n" ]; thensource drivers/sound/Config.infiendmenuif [ "$CONFIG_SUPERIO" = "y" ]; thensource drivers/usb/Config.infimainmenu_option next_commentcomment 'Kernel hacking'#bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOCbool 'Magic SysRq key' CONFIG_MAGIC_SYSRQint 'Kernel messages buffer length shift (0 = default)' CONFIG_LOG_BUF_SHIFT 0endmenusource crypto/Config.insource lib/Config.in
