URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [arch/] [x86_64/] [config.in] - Rev 1765
Compare with Previous | Blame | View Log
## For a description of the syntax of this configuration file,# see Documentation/kbuild/config-language.txt.#mainmenu_name "Linux Kernel Configuration"define_bool CONFIG_X86_64 ydefine_bool CONFIG_X86 ydefine_bool CONFIG_ISA ndefine_bool CONFIG_SBUS ndefine_bool CONFIG_UID16 ndefine_bool CONFIG_RWSEM_GENERIC_SPINLOCK ydefine_bool CONFIG_RWSEM_XCHGADD_ALGORITHM ndefine_bool CONFIG_X86_CMPXCHG ydefine_bool CONFIG_EARLY_PRINTK ymainmenu_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 and features'choice 'Processor family' \"AMD-Hammer CONFIG_MK8 \Intel-x86-64 CONFIG_MPSC \Generic-x86-64 CONFIG_GENERIC_CPU" AMD-Hammer## Define implied options from the CPU selection here#if [ "$CONFIG_GENERIC_CPU" = "y" -o "$CONFIG_MPSC" = "y" ]; thendefine_int CONFIG_X86_L1_CACHE_BYTES 128define_int CONFIG_X86_L1_CACHE_SHIFT 7elsedefine_int CONFIG_X86_L1_CACHE_BYTES 64define_int CONFIG_X86_L1_CACHE_SHIFT 6fidefine_bool CONFIG_X86_TSC ydefine_bool CONFIG_X86_GOOD_APIC ytristate '/dev/cpu/*/msr - Model-specific register support' CONFIG_X86_MSRtristate '/dev/cpu/*/cpuid - CPU information support' CONFIG_X86_CPUIDdefine_bool CONFIG_MATH_EMULATION ndefine_bool CONFIG_MCA ndefine_bool CONFIG_EISA ndefine_bool CONFIG_X86_IO_APIC ydefine_bool CONFIG_X86_LOCAL_APIC ybool 'MTRR (Memory Type Range Register) support' CONFIG_MTRRbool 'Symmetric multi-processing support' CONFIG_SMPbool 'HPET timers' CONFIG_HPET_TIMERbool 'IOMMU support' CONFIG_GART_IOMMUif [ "$CONFIG_GART_IOMMU" = "y" ]; thenbool 'SWIOTLB support' CONFIG_SWIOTLBfiif [ "$CONFIG_GART_IOMMU" != "y" ]; thendefine_bool CONFIG_DUMMY_IOMMU yfiif [ "$CONFIG_SMP" != "y" ]; thendefine_bool CONFIG_X86_UP_IOAPIC yelsedefine_bool CONFIG_HAVE_DEC_LOCK yint 'Maximum number of CPUs (2-8)' CONFIG_NR_CPUS 4fibool 'Machine check support' CONFIG_MCEif [ "$CONFIG_SMP" = "y" ]; thenbool 'K8 NUMA support' CONFIG_K8_NUMAif [ "$CONFIG_K8_NUMA" = "y" ]; thendefine_bool CONFIG_DISCONTIGMEM ydefine_bool CONFIG_NUMA yfifiendmenumainmenu_option next_commentcomment 'General setup'bool 'Networking support' CONFIG_NETbool 'PCI support' CONFIG_PCIif [ "$CONFIG_PCI" = "y" ]; thendefine_bool CONFIG_PCI_DIRECT yfisource drivers/pci/Config.inbool 'Support for hot-pluggable devices' CONFIG_HOTPLUGif [ "$CONFIG_HOTPLUG" = "y" ] ; thensource drivers/pcmcia/Config.insource drivers/hotplug/Config.inelsedefine_bool CONFIG_PCMCIA ndefine_bool CONFIG_HOTPLUG_PCI nfibool 'System V IPC' CONFIG_SYSVIPCbool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCTbool 'Sysctl support' CONFIG_SYSCTLif [ "$CONFIG_PROC_FS" = "y" ]; thendefine_bool CONFIG_KCORE_ELF yfi#tristate 'Kernel support for a.out binaries' CONFIG_BINFMT_AOUTtristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELFtristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISCbool 'Power Management support' CONFIG_PMbool 'IA32 Emulation' CONFIG_IA32_EMULATIONsource drivers/acpi/Config.inendmenusource drivers/mtd/Config.insource drivers/parport/Config.insource drivers/block/Config.insource drivers/md/Config.inif [ "$CONFIG_NET" = "y" ]; thensource net/Config.infisource drivers/telephony/Config.inmainmenu_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_IDE_MODES ndefine_bool CONFIG_BLK_DEV_HD nfiendmenumainmenu_option next_commentcomment 'SCSI support'tristate 'SCSI support' CONFIG_SCSIif [ "$CONFIG_SCSI" != "n" ]; thensource drivers/scsi/Config.infiendmenusource drivers/message/fusion/Config.insource drivers/ieee1394/Config.in#Currently not 64bit safe#source drivers/message/i2o/Config.inif [ "$CONFIG_NET" = "y" ]; thenmainmenu_option next_commentcomment 'Network device support'bool 'Network device support' CONFIG_NETDEVICESif [ "$CONFIG_NETDEVICES" = "y" ]; thensource drivers/net/Config.in# seems to be largely not 64bit safe# if [ "$CONFIG_ATM" = "y" -o "$CONFIG_ATM" = "m" ]; then# source drivers/atm/Config.in# fifiendmenufisource net/ax25/Config.insource net/irda/Config.inmainmenu_option next_commentcomment 'ISDN subsystem'if [ "$CONFIG_NET" != "n" ]; thentristate 'ISDN support' CONFIG_ISDNif [ "$CONFIG_ISDN" != "n" ]; thensource drivers/isdn/Config.infifiendmenu## input before char - char/joystick depends on it. As does USB.#source drivers/input/Config.insource drivers/char/Config.in#source drivers/misc/Config.insource drivers/media/Config.insource fs/Config.inif [ "$CONFIG_VT" = "y" ]; thenmainmenu_option next_commentcomment 'Console drivers'bool 'VGA text console' CONFIG_VGA_CONSOLEbool 'Video mode selection support' CONFIG_VIDEO_SELECTif [ "$CONFIG_EXPERIMENTAL" = "y" ]; thentristate 'MDA text console (dual-headed) (EXPERIMENTAL)' CONFIG_MDA_CONSOLEsource drivers/video/Config.infiendmenufimainmenu_option next_commentcomment 'Sound'tristate 'Sound card support' CONFIG_SOUNDif [ "$CONFIG_SOUND" != "n" ]; thensource drivers/sound/Config.infiendmenusource drivers/usb/Config.insource net/bluetooth/Config.insource crypto/Config.inmainmenu_option next_commentcomment 'Kernel hacking'bool 'Kernel debugging' CONFIG_DEBUG_KERNELif [ "$CONFIG_DEBUG_KERNEL" != "n" ]; thenbool ' Debug memory allocations' CONFIG_DEBUG_SLAB# bool ' Memory mapped I/O debugging' CONFIG_DEBUG_IOVIRTbool ' Magic SysRq key' CONFIG_MAGIC_SYSRQbool ' Spinlock debugging' CONFIG_DEBUG_SPINLOCKbool ' Additional run-time checks' CONFIG_CHECKINGbool ' Debug __init statements' CONFIG_INIT_DEBUGbool ' IOMMU debugging' CONFIG_IOMMU_DEBUGbool ' IOMMU leak tracing' CONFIG_IOMMU_LEAKbool ' Probalistic stack overflow check' CONFIG_DEBUG_STACKOVERFLOWfiint 'Kernel messages buffer length shift (0 = default)' CONFIG_LOG_BUF_SHIFT 0endmenusource lib/Config.in
