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

📄 config.in

📁 嵌入式系统设计与实例开发实验教材二源码 多线程应用程序设计 串行端口程序设计 AD接口实验 CAN总线通信实验 GPS通信实验 Linux内核移植与编译实验 IC卡读写实验 SD驱动使
💻 IN
字号:
## For a description of the syntax of this configuration file,# see the Configure script.#mainmenu_name "Linux/CRIS Kernel Configuration"define_bool CONFIG_UID16 ydefine_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" ]; then   bool '  Set version information on all module symbols' CONFIG_MODVERSIONS   bool '  Kernel module loader' CONFIG_KMODfiendmenumainmenu_option next_commentcomment 'General setup'bool '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_ELFbool 'Use kernel gdb debugger' CONFIG_ETRAX_KGDBbool 'Enable Etrax100 watchdog' CONFIG_ETRAX_WATCHDOGif [ "$CONFIG_ETRAX_WATCHDOG" = "y" ]; then	bool 'Disable watchdog during Oops printouts' CONFIG_ETRAX_WATCHDOG_NICE_DOGGYfiendmenumainmenu_option next_commentcomment 'Hardware setup'choice 'Processor type' \	"Etrax-100-LX-v1	CONFIG_ETRAX100LX	\	 Etrax-100-LX-v2	CONFIG_ETRAX100LX_V2	\	 Etrax-100-LX-for-xsim-simulator   CONFIG_SVINTO_SIM" Etrax-100-LX-v1# Etrax100 LX v1 has a MMU "feature" requiring a low mappingif [ "$CONFIG_ETRAX100LX" = "y" ]; then	define_bool CONFIG_CRIS_LOW_MAP y	define_hex  CONFIG_ETRAX_DRAM_VIRTUAL_BASE 60000000else	define_hex  CONFIG_ETRAX_DRAM_VIRTUAL_BASE c0000000fiint 'DRAM size (dec, in MB)' CONFIG_ETRAX_DRAM_SIZE 8int 'Buswidth of flash in bytes' CONFIG_ETRAX_FLASH_BUSWIDTH 2string 'Root device name' CONFIG_ETRAX_ROOT_DEVICE "/dev/mtdblock3"choice 'Product LED port' \	"Port-PA-LEDs	CONFIG_ETRAX_PA_LEDS	\	 Port-PB-LEDs	CONFIG_ETRAX_PB_LEDS	\	 Port-CSP0-LEDs	CONFIG_ETRAX_CSP0_LEDS  \	 None	CONFIG_ETRAX_NO_LEDS" Port-PA-LEDsif [ "$CONFIG_ETRAX_NO_LEDS" != "y" ]; then  int '  First green LED bit' CONFIG_ETRAX_LED1G 2  int '  First red LED bit' CONFIG_ETRAX_LED1R 3  int '  Second green LED bit' CONFIG_ETRAX_LED2G 4  int '  Second red LED bit' CONFIG_ETRAX_LED2R 5  int '  Third green LED bit' CONFIG_ETRAX_LED3G 2  int '  Third red LED bit' CONFIG_ETRAX_LED3R 2fiif [ "$CONFIG_ETRAX_CSP0_LEDS" = "y" ]; then  int '  Fourth red LED bit' CONFIG_ETRAX_LED4R 2  int '  Fourth green LED bit' CONFIG_ETRAX_LED4G 2  int '  Fifth red LED bit' CONFIG_ETRAX_LED5R 2  int '  Fifth green LED bit' CONFIG_ETRAX_LED5G 2  int '  Sixth red LED bit' CONFIG_ETRAX_LED6R 2  int '  Sixth green LED bit' CONFIG_ETRAX_LED6G 2  int '  Seventh red LED bit' CONFIG_ETRAX_LED7R 2  int '  Seventh green LED bit' CONFIG_ETRAX_LED7G 2  int '  Eigth yellow LED bit' CONFIG_ETRAX_LED8Y 2  int '  Ninth yellow LED bit' CONFIG_ETRAX_LED9Y 2  int '  Tenth yellow LED bit' CONFIG_ETRAX_LED10Y 2  int '  Eleventh yellow LED bit' CONFIG_ETRAX_LED11Y 2  int '  Twelfth red LED bit' CONFIG_ETRAX_LED12R 2fi  choice 'Product debug-port' \	"Serial-0	CONFIG_ETRAX_DEBUG_PORT0	\	 Serial-1	CONFIG_ETRAX_DEBUG_PORT1	\	 Serial-2	CONFIG_ETRAX_DEBUG_PORT2	\	 Serial-3	CONFIG_ETRAX_DEBUG_PORT3	\	 disabled	CONFIG_ETRAX_DEBUG_PORT_NULL" Serial-0 choice 'Product rescue-port' \	"Serial-0	CONFIG_ETRAX_RESCUE_SER0	\	 Serial-1	CONFIG_ETRAX_RESCUE_SER1	\	 Serial-2	CONFIG_ETRAX_RESCUE_SER2	\	 Serial-3	CONFIG_ETRAX_RESCUE_SER3" Serial-0hex 'R_WAITSTATES' CONFIG_ETRAX_DEF_R_WAITSTATES 95a6hex 'R_BUS_CONFIG' CONFIG_ETRAX_DEF_R_BUS_CONFIG 104bool 'SDRAM support' CONFIG_ETRAX_SDRAMif [ "$CONFIG_ETRAX_SDRAM" = "n" ]; then	hex 'R_DRAM_CONFIG' CONFIG_ETRAX_DEF_R_DRAM_CONFIG 1a200040	hex 'R_DRAM_TIMING' CONFIG_ETRAX_DEF_R_DRAM_TIMING 5611fiif [ "$CONFIG_ETRAX_SDRAM" = "y" ]; then	hex 'R_SDRAM_CONFIG' CONFIG_ETRAX_DEF_R_SDRAM_CONFIG d2fa7878	hex 'R_SDRAM_TIMING' CONFIG_ETRAX_DEF_R_SDRAM_TIMING 80004801fihex 'R_PORT_PA_DIR' CONFIG_ETRAX_DEF_R_PORT_PA_DIR 1chex 'R_PORT_PA_DATA' CONFIG_ETRAX_DEF_R_PORT_PA_DATA 00hex 'R_PORT_PB_CONFIG' CONFIG_ETRAX_DEF_R_PORT_PB_CONFIG 00hex 'R_PORT_PB_DIR' CONFIG_ETRAX_DEF_R_PORT_PB_DIR 00hex 'R_PORT_PB_DATA' CONFIG_ETRAX_DEF_R_PORT_PB_DATA ffbool 'Software Shutdown Support' CONFIG_ETRAX_SOFT_SHUTDOWNif [ "$CONFIG_ETRAX_SOFT_SHUTDOWN" = "y" ]; then   int 'Shutdown bit on port CSP0' CONFIG_ETRAX_SHUTDOWN_BIT 12   int 'Power button bit on port G' CONFIG_ETRAX_POWERBUTTON_BIT 25fiendmenu# bring in Etrax built-in driverssource arch/cris/drivers/Config.in# standard linux driverssource drivers/mtd/Config.insource drivers/parport/Config.insource drivers/pnp/Config.insource drivers/block/Config.insource drivers/md/Config.inif [ "$CONFIG_NET" = "y" ]; then  source 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" ]; 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.insource drivers/message/i2o/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  endmenufisource net/ax25/Config.insource net/irda/Config.inmainmenu_option next_commentcomment 'ISDN subsystem'if [ "$CONFIG_NET" != "n" ]; then   tristate 'ISDN support' CONFIG_ISDN   if [ "$CONFIG_ISDN" != "n" ]; then      source drivers/isdn/Config.in   fifiendmenumainmenu_option next_commentcomment 'Old CD-ROM drivers (not SCSI, not IDE)'bool 'Support non-SCSI/IDE/ATAPI CDROM drives' CONFIG_CD_NO_IDESCSIif [ "$CONFIG_CD_NO_IDESCSI" != "n" ]; then   source drivers/cdrom/Config.infiendmenu## 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.inmainmenu_option next_commentcomment 'Sound'tristate 'Sound card support' CONFIG_SOUNDif [ "$CONFIG_SOUND" != "n" ]; then  source drivers/sound/Config.infiendmenusource drivers/usb/Config.inmainmenu_option next_commentcomment 'Kernel hacking'#bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOCbool 'Kernel profiling support' CONFIG_PROFILEif [ "$CONFIG_PROFILE" = "y" ]; then  int ' Profile shift count' CONFIG_PROFILE_SHIFT 2fiendmenu

⌨️ 快捷键说明

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