⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.in

📁 嵌入式系统设计与实例开发实验教材二源码 多线程应用程序设计 串行端口程序设计 AD接口实验 CAN总线通信实验 GPS通信实验 Linux内核移植与编译实验 IC卡读写实验 SD驱动使
💻 IN
字号:
mainmenu_name "Kernel configuration of Linux for IA-64 machines"mainmenu_option next_comment comment '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" ]; then   bool '  Set version information on all module symbols' CONFIG_MODVERSIONS   bool '  Kernel module loader' CONFIG_KMODfiendmenumainmenu_option next_commentcomment 'General setup'define_bool CONFIG_IA64 ydefine_bool CONFIG_ISA ndefine_bool CONFIG_EISA ndefine_bool CONFIG_MCA ndefine_bool CONFIG_SBUS ndefine_bool CONFIG_RWSEM_GENERIC_SPINLOCK ydefine_bool CONFIG_RWSEM_XCHGADD_ALGORITHM ndefine_bool CONFIG_GENERIC_ISA_DMA yif [ "$CONFIG_IA64_HP_SIM" = "n" ]; then  define_bool CONFIG_ACPI y  define_bool CONFIG_ACPI_EFI y  define_bool CONFIG_ACPI_INTERPRETER y  define_bool CONFIG_ACPI_KERNEL_CONFIG yfichoice 'IA-64 processor type' \	"Itanium			CONFIG_ITANIUM \	 McKinley			CONFIG_MCKINLEY" Itaniumchoice 'IA-64 system type'					\	"generic		CONFIG_IA64_GENERIC		\	 DIG-compliant		CONFIG_IA64_DIG			\	 HP-simulator		CONFIG_IA64_HP_SIM		\	 SGI-SN1		CONFIG_IA64_SGI_SN1		\	 SGI-SN2		CONFIG_IA64_SGI_SN2" genericchoice 'Kernel page size'						\	"4KB			CONFIG_IA64_PAGE_SIZE_4KB		\	 8KB			CONFIG_IA64_PAGE_SIZE_8KB		\	 16KB			CONFIG_IA64_PAGE_SIZE_16KB		\	 64KB			CONFIG_IA64_PAGE_SIZE_64KB" 16KBif [ "$CONFIG_ITANIUM" = "y" ]; then	define_bool CONFIG_IA64_BRL_EMU y	bool '  Enable Itanium B-step specific code' CONFIG_ITANIUM_BSTEP_SPECIFIC	if [ "$CONFIG_IA64_SGI_SN1" = "y" ]; then	  define_int CONFIG_IA64_L1_CACHE_SHIFT 7 # align cache-sensitive data to 128 bytes	else	  define_int CONFIG_IA64_L1_CACHE_SHIFT 6 # align cache-sensitive data to 64 bytes	fifiif [ "$CONFIG_MCKINLEY" = "y" ]; then	define_int CONFIG_IA64_L1_CACHE_SHIFT 7	bool '  Enable McKinley A-step specific code' CONFIG_MCKINLEY_ASTEP_SPECIFIC	if [ "$CONFIG_MCKINLEY_ASTEP_SPECIFIC" = "y" ]; then	  bool '   Enable McKinley A0/A1-step specific code' CONFIG_MCKINLEY_A0_SPECIFIC	fifiif [ "$CONFIG_IA64_DIG" = "y" ]; then	bool '  Enable IA-64 Machine Check Abort' CONFIG_IA64_MCA	define_bool CONFIG_PM yfiif [ "$CONFIG_IA64_SGI_SN1" = "y" ] || [ "$CONFIG_IA64_SGI_SN2" = "y" ]; then	define_bool CONFIG_IA64_SGI_SN y	bool '  Enable extra debugging code' CONFIG_IA64_SGI_SN_DEBUG n	bool '  Enable SGI Medusa Simulator Support' CONFIG_IA64_SGI_SN_SIM	bool '  Enable autotest (llsc). Option to run cache test instead of booting' \			CONFIG_IA64_SGI_AUTOTEST n	define_bool CONFIG_DEVFS_FS y	if [ "$CONFIG_DEVFS_FS" = "y" ]; then	  bool '    Enable DEVFS Debug Code' CONFIG_DEVFS_DEBUG n	fi	bool '  Enable protocol mode for the L1 console' CONFIG_SERIAL_SGI_L1_PROTOCOL y	define_bool CONFIG_DISCONTIGMEM y	define_bool CONFIG_IA64_MCA y	define_bool CONFIG_NUMA y	define_bool CONFIG_PERCPU_IRQ y	tristate '  PCIBA support' CONFIG_PCIBAfidefine_bool CONFIG_KCORE_ELF y	# On IA-64, we always want an ELF /proc/kcore.bool 'SMP support' CONFIG_SMPtristate 'Support running of Linux/x86 binaries' CONFIG_IA32_SUPPORTbool 'Performance monitor support' CONFIG_PERFMONtristate '/proc/pal support' CONFIG_IA64_PALINFOtristate '/proc/efi/vars support' CONFIG_EFI_VARSbool 'Networking support' CONFIG_NETbool 'System V IPC' CONFIG_SYSVIPCbool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCTbool 'Sysctl support' CONFIG_SYSCTLtristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELFtristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISCif [ "$CONFIG_IA64_HP_SIM" = "n" ]; thensource drivers/acpi/Config.inbool 'PCI support' CONFIG_PCIsource drivers/pci/Config.inbool 'Support for hot-pluggable devices' CONFIG_HOTPLUGif [ "$CONFIG_HOTPLUG" = "y" ]; then   source drivers/pcmcia/Config.inelse   define_bool CONFIG_PCMCIA nfisource drivers/parport/Config.infi # !HP_SIMendmenuif [ "$CONFIG_NET" = "y" ]; then  source net/Config.infiif [ "$CONFIG_IA64_HP_SIM" = "n" ]; thensource drivers/mtd/Config.insource drivers/pnp/Config.insource drivers/block/Config.insource drivers/message/i2o/Config.insource drivers/md/Config.inmainmenu_option next_commentcomment 'ATA/IDE/MFM/RLL support'tristate 'ATA/IDE/MFM/RLL support' CONFIG_IDEif [ "$CONFIG_IDE" != "n" ]; then  source drivers/ide/Config.inelse  define_bool CONFIG_BLK_DEV_IDE_MODES n  define_bool CONFIG_BLK_DEV_HD nfiendmenufi # !HP_SIMmainmenu_option next_commentcomment 'SCSI support'tristate 'SCSI support' CONFIG_SCSIif [ "$CONFIG_SCSI" != "n" ]; then  source drivers/scsi/Config.infiendmenuif [ "$CONFIG_IA64_HP_SIM" = "n" ]; thenif [ "$CONFIG_NET" = "y" ]; then  mainmenu_option next_comment  comment 'Network device support'  bool 'Network device support' CONFIG_NETDEVICES  if [ "$CONFIG_NETDEVICES" = "y" ]; then    source drivers/net/Config.in  fi  endmenufisource net/ax25/Config.inmainmenu_option next_commentcomment 'ISDN subsystem'tristate 'ISDN support' CONFIG_ISDNif [ "$CONFIG_ISDN" != "n" ]; then  source drivers/isdn/Config.infiendmenumainmenu_option next_commentcomment 'CD-ROM drivers (not for SCSI or IDE/ATAPI drives)'bool 'Support non-SCSI/IDE/ATAPI drives' CONFIG_CD_NO_IDESCSIif [ "$CONFIG_CD_NO_IDESCSI" != "n" ]; then  source drivers/cdrom/Config.infiendmenufi # !HP_SIM## 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" ]; then  mainmenu_option next_comment  comment 'Console drivers'  bool 'VGA text console' CONFIG_VGA_CONSOLE  source drivers/video/Config.in  if [ "$CONFIG_FB" = "y" ]; then    define_bool CONFIG_PCI_CONSOLE y  fi  endmenufiif [ "$CONFIG_IA64_HP_SIM" = "n" ]; thenmainmenu_option next_commentcomment 'Sound'tristate 'Sound card support' CONFIG_SOUNDif [ "$CONFIG_SOUND" != "n" ]; then  source drivers/sound/Config.infiendmenusource drivers/usb/Config.inif [ "$CONFIG_EXPERIMENTAL" = "y" ]; then   source net/bluetooth/Config.infifi # !HP_SIMif [ "$CONFIG_IA64_HP_SIM" != "n" -o "$CONFIG_IA64_GENERIC" != "n" ]; then  mainmenu_option next_comment  comment 'Simulated drivers'  tristate 'Simulated Ethernet ' CONFIG_SIMETH  bool 'Simulated serial driver support' CONFIG_SIM_SERIAL  if [ "$CONFIG_SCSI" != "n" ]; then    bool 'Simulated SCSI disk' CONFIG_SCSI_SIM  fi  endmenufimainmenu_option next_commentcomment 'Kernel hacking'choice 'Physical memory granularity'				\	"16MB			CONFIG_IA64_GRANULE_16MB	\	 64MB			CONFIG_IA64_GRANULE_64MB" 64MBbool 'Kernel debugging' CONFIG_DEBUG_KERNELif [ "$CONFIG_DEBUG_KERNEL" != "n" ]; then   bool '  Print possible IA64 hazards to console' CONFIG_IA64_PRINT_HAZARDS   bool '  Disable VHPT' CONFIG_DISABLE_VHPT   bool '  Magic SysRq key' CONFIG_MAGIC_SYSRQ# early printk is currently broken for SMP: the secondary processors get stuck...#   bool '  Early printk support (requires VGA!)' CONFIG_IA64_EARLY_PRINTK   bool '  Debug memory allocations' CONFIG_DEBUG_SLAB   bool '  Spinlock debugging' CONFIG_DEBUG_SPINLOCK   bool '  Turn on compare-and-exchange bug checking (slow!)' CONFIG_IA64_DEBUG_CMPXCHG   bool '  Turn on irq debug checks (slow!)' CONFIG_IA64_DEBUG_IRQfiendmenu

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -