config.in
来自「SMDK2440 boot code, base on vivi」· IN 代码 · 共 18 行
IN
18 行
# $Id: Config.in,v 1.9 2004/01/15 02:01:20 nandy 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 bool 'MTD partitioning support' CONFIG_MTD_PARTITIONS dep_bool ' Partition table parsing support' CONFIG_MTD_PARTITIONS_PARSER $CONFIG_MTD_PARTITIONS source drivers/mtd/nand/Config.infiendmenu
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?