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

📄 config.in

📁 arm平台上的uclinux系统全部源代码
💻 IN
字号:
## Character device configuration#mainmenu_option next_commentcomment 'Character devices'bool 'Echo console messages on /dev/ttyS0' CONFIG_SERIAL_ECHOtristate 'TRIO serial support' CONFIG_SERIAL_TRIOtristate 'Parallel printer support' CONFIG_PRINTERtristate 'Standard/generic serial support' CONFIG_SERIALif [ "$CONFIG_ARCH_EBSA110" != "y" ]; then  if [ "$CONFIG_SERIAL" != "n" ]; then    tristate '   Atomwide serial port support' CONFIG_ATOMWIDE_SERIAL    tristate '   Dual serial port support' CONFIG_DUALSP_SERIAL  fi  bool 'Mouse support' CONFIG_MOUSEfibool 'Support for user misc device modules' CONFIG_UMISCbool 'Watchdog Timer Support'   CONFIG_WATCHDOGif [ "$CONFIG_WATCHDOG" != "n" ]; then  bool '   Disable watchdog shutdown on close' CONFIG_WATCHDOG_NOWAYOUT  define_bool CONFIG_SOFT_WATCHDOG yfiif [ "$CONFIG_MOUSE" = "y" ]; then  if [ "$CONFIG_ARCH_ARC" = "y" -o "$CONFIG_ARCH_A5K" = "y" ]; then    define_bool CONFIG_KBDMOUSE y  fi  if [ "$CONFIG_ARCH_RPC" = "y" ]; then    define_bool CONFIG_RPCMOUSE y  fifiendmenu

⌨️ 快捷键说明

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