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

📄 config.in

📁 Linux内核源代码 为压缩文件 是<<Linux内核>>一书中的源代码
💻 IN
字号:
## For a description of the syntax of this configuration file,# see Documentation/kbuild/config-language.txt.#mainmenu_name "Linux/SuperH Kernel Configuration"define_bool CONFIG_SUPERH ydefine_bool CONFIG_UID16 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" ]; then   bool '  Set version information on all module symbols' CONFIG_MODVERSIONS   bool '  Kernel module loader' CONFIG_KMODfiendmenumainmenu_option next_commentcomment 'Processor type and features'choice 'SuperH system type'					\	"Generic		CONFIG_SH_GENERIC		\	 SolutionEngine		CONFIG_SH_SOLUTION_ENGINE	\	 Overdrive		CONFIG_SH_OVERDRIVE		\	 HP620			CONFIG_SH_HP620			\	 HP680			CONFIG_SH_HP680			\	 HP690			CONFIG_SH_HP690			\	 CqREEK			CONFIG_SH_CQREEK		\	 DMIDA			CONFIG_SH_DMIDA    		\	 EC3104			CONFIG_SH_EC3104		\	 Dreamcast		CONFIG_SH_DREAMCAST		\	 BareCPU		CONFIG_SH_UNKNOWN" Genericdefine_bool CONFIG_SH_RTC yif [ "$CONFIG_SH_HP620" = "y" -o "$CONFIG_SH_HP680" = "y" -o \     "$CONFIG_SH_HP690" = "y" ]; then	define_bool CONFIG_SH_HP600 yfichoice 'Processor type' \   "SH7707 CONFIG_CPU_SUBTYPE_SH7707 \    SH7708 CONFIG_CPU_SUBTYPE_SH7708 \    SH7709 CONFIG_CPU_SUBTYPE_SH7709 \    SH7750 CONFIG_CPU_SUBTYPE_SH7750" SH7708if [ "$CONFIG_CPU_SUBTYPE_SH7707" = "y" ]; then   define_bool CONFIG_CPU_SH3 y   define_bool CONFIG_CPU_SH4 nfiif [ "$CONFIG_CPU_SUBTYPE_SH7708" = "y" ]; then   define_bool CONFIG_CPU_SH3 y   define_bool CONFIG_CPU_SH4 nfiif [ "$CONFIG_CPU_SUBTYPE_SH7709" = "y" ]; then   define_bool CONFIG_CPU_SH3 y   define_bool CONFIG_CPU_SH4 nfiif [ "$CONFIG_CPU_SUBTYPE_SH7750" = "y" ]; then   define_bool CONFIG_CPU_SH3 n   define_bool CONFIG_CPU_SH4 yfibool 'Little Endian' CONFIG_CPU_LITTLE_ENDIANif [ "$CONFIG_SH_SOLUTION_ENGINE" = "y" -o "$CONFIG_SH_HP600" = "y" -o \     "$CONFIG_SH_OVERDRIVE" = "y" ]; then  define_hex CONFIG_MEMORY_START 0c000000else  hex 'Physical memory start address' CONFIG_MEMORY_START 08000000fiendmenumainmenu_option next_commentcomment 'General setup'# Even on SuperH devices which don't have an ISA bus,# this variable helps the PCMCIA modules handle# IRQ requesting properly -- Greg Banks.define_bool CONFIG_ISA ydefine_bool CONFIG_EISA ndefine_bool CONFIG_MCA ndefine_bool CONFIG_SBUS nbool 'Networking support' CONFIG_NETif [ "$CONFIG_SH_GENERIC" = "y" -o "$CONFIG_SH_SOLUTION_ENGINE" = "y" -o "$CONFIG_SH_UNKNOWN" = "y" ]; then  bool 'Compact Flash Enabler support' CONFIG_CF_ENABLERfibool 'Hitachi HD64461 companion chip support' CONFIG_HD64461if [ "$CONFIG_HD64461" = "y" ]; then   int 'HD64461 IRQ' CONFIG_HD64461_IRQ 36   bool 'HD64461 PCMCIA enabler' CONFIG_HD64461_ENABLERfibool 'Hitachi HD64465 companion chip support' CONFIG_HD64465if [ "$CONFIG_HD64465" = "y" ]; then   int 'HD64465 IRQ' CONFIG_HD64465_IRQ 5fibool 'PCI support' CONFIG_PCIif [ "$CONFIG_PCI" = "y" ]; then   choice '  PCI access mode' \	"BIOS		CONFIG_PCI_GOBIOS	\	 Direct		CONFIG_PCI_GODIRECT	\	 Any		CONFIG_PCI_GOANY"	Any   if [ "$CONFIG_PCI_GOBIOS" = "y" -o "$CONFIG_PCI_GOANY" = "y" ]; then      define_bool CONFIG_PCI_BIOS y   fi   if [ "$CONFIG_PCI_GODIRECT" = "y" -o "$CONFIG_PCI_GOANY" = "y" ]; then      define_bool CONFIG_PCI_DIRECT y   fifisource drivers/pci/Config.inbool 'Support for hot-pluggable devices' CONFIG_HOTPLUGif [ "$CONFIG_HOTPLUG" = "y" ] ; then   source drivers/pcmcia/Config.inelse   define_bool CONFIG_PCMCIA nfibool 'System V IPC' CONFIG_SYSVIPCbool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCTbool 'Sysctl support' CONFIG_SYSCTLif [ "$CONFIG_PROC_FS" = "y" ]; then   choice 'Kernel core (/proc/kcore) format' \	"ELF		CONFIG_KCORE_ELF	\	 A.OUT		CONFIG_KCORE_AOUT" ELFfitristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELFtristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISCsource drivers/parport/Config.inendmenusource drivers/mtd/Config.insource drivers/block/Config.insource drivers/md/Config.inif [ "$CONFIG_NET" = "y" ]; then   source net/Config.infimainmenu_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 nfiendmenumainmenu_option next_commentcomment 'SCSI support'tristate 'SCSI support' CONFIG_SCSIif [ "$CONFIG_SCSI" != "n" ]; then   source drivers/scsi/Config.infiendmenusource drivers/ieee1394/Config.inif [ "$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      if [ "$CONFIG_ATM" = "y" ]; then         source drivers/atm/Config.in      fi   fi   endmenufi## input before char - char/joystick depends on it. As does USB.#source drivers/input/Config.inmainmenu_option next_commentcomment 'Character devices'bool 'Virtual terminal' CONFIG_VTif [ "$CONFIG_VT" = "y" ]; then   bool '  Support for console on virtual terminal' CONFIG_VT_CONSOLEfitristate 'Serial (8250, 16450, 16550 or compatible) support' CONFIG_SERIALtristate 'Serial (SCI, SCIF) support' CONFIG_SH_SCIif [ "$CONFIG_SERIAL" = "y" -o "$CONFIG_SH_SCI" = "y" ]; then   bool '  Support for console on serial port' CONFIG_SERIAL_CONSOLEficomment 'Unix 98 PTY support'bool 'Unix98 PTY support' CONFIG_UNIX98_PTYSif [ "$CONFIG_UNIX98_PTYS" = "y" ]; then   int 'Maximum number of Unix98 PTYs in use (0-2048)' CONFIG_UNIX98_PTY_COUNT 256fiif [ "$CONFIG_SH_GENERIC" = "y" -o \     "$CONFIG_SH_OVERDRIVE" = "y" -o "$CONFIG_SH_SOLUTION_ENGINE" = "y" ]; then  bool 'Heartbeat LED' CONFIG_HEARTBEATfiif [ "$CONFIG_PARPORT" != "n" ]; then   dep_tristate 'Parallel printer support' CONFIG_PRINTER $CONFIG_PARPORT   if [ "$CONFIG_PRINTER" != "n" ]; then      bool '  Support for console on line printer' CONFIG_LP_CONSOLE   fi   dep_tristate 'Support for user-space parallel port device drivers' CONFIG_PPDEV $CONFIG_PARPORTfiendmenuif [ "$CONFIG_HOTPLUG" = "y" -a "$CONFIG_PCMCIA" != "n" ]; then   source drivers/char/pcmcia/Config.infisource fs/Config.inif [ "$CONFIG_VT" = "y" ]; then   mainmenu_option next_comment   comment 'Console drivers'   bool 'VGA text console' CONFIG_VGA_CONSOLE   bool 'Video mode selection support' CONFIG_VIDEO_SELECT   if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then      tristate 'MDA text console (dual-headed) (EXPERIMENTAL)' CONFIG_MDA_CONSOLE      source drivers/video/Config.in   fi   endmenufimainmenu_option next_commentcomment 'Sound'tristate 'Sound card support' CONFIG_SOUNDif [ "$CONFIG_SOUND" != "n" ]; then   source drivers/sound/Config.infiendmenumainmenu_option next_commentcomment 'Kernel hacking'bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQbool 'Use LinuxSH standard BIOS' CONFIG_SH_STANDARD_BIOSif [ "$CONFIG_SH_STANDARD_BIOS" = "y" ]; then   bool 'GDB Stub kernel debug' CONFIG_DEBUG_KERNEL_WITH_GDB_STUB   bool 'Early printk support' CONFIG_SH_EARLY_PRINTKfiendmenu

⌨️ 快捷键说明

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