config.in
来自「在LINUX中实现USB摄像头视频监控的完整源代码!全部是自己移值的」· IN 代码 · 共 19 行
IN
19 行
# $Id: Config.in,v 1.1.1.1 2004/02/04 06:22:25 laputa Exp $mainmenu_option next_commentcomment 'Memory Technology Devices (MTD)'bool 'Memory Technology Device (MTD) support' CONFIG_MTDif [ "$CONFIG_MTD" = "y" ]; then bool 'Debugging' CONFIG_MTD_DEBUG if [ "$CONFIG_MTD_DEBUG" = "y" ]; then int ' Debugging verbosity (0 = quit, 3 = noisy)' CONFIG_MTD_DEBUG_VERBOSE 0 fi source drivers/mtd/nor/Config.in source drivers/mtd/maps/Config.in source drivers/mtd/nand/Config.infiendmenu
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?