📄 xboot.config
字号:
## $Id: xboot.config,v 1.8 2003/09/24 12:13:35 jfabo Exp $## Copyright (C) 2002 ETC s.r.o.## This program is free software; you can redistribute it and/or# modify it under the terms of the GNU General Public License# as published by the Free Software Foundation; either version 2# of the License, or (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA# 02111-1307, USA.## Written by Marcel Telka <marcel@telka.sk>, 2002.#choice prompt "Target board" help Select your target board: - "EI370" for the ETC WID fv1 (EI370) board - "EP002" for the ETC WID pt1 (EP002) board - "EP202" for the ETC WID pt2 (EP202) board - "EP250" for the ETC WEP (EP250) boardconfig BOARD_EI370 bool "EI370"config BOARD_EP002 bool "EP002"config BOARD_EP202 bool "EP202"config BOARD_EP250 bool "EP250"endchoiceconfig OPENWINCE_INCLUDE string "Path to the openwince include package" help Enter Windows-style path to the openwince include package. This package is available for download from http://openwince.sourceforge.net/include/config USB_VID hex "USB VID" default 0x045E help Enter USB VID (Vendor ID) for your target board.config USB_PID hex "USB PID" default 0x00CE help Enter USB PID (Product ID) for your target board.choice prompt "RAM chips" depends on BOARD_EP250 help Select RAM chips on your EP250 board: - "K4S281633" for 2 * Samsung K4S281633 128 Mbit RAM (32 MiB total) - "K4S561633" for 2 * Samsung K4S561633 256 Mbit RAM (64 MiB total)config EP250_K4S281633 bool "K4S281633"config EP250_K4S561633 bool "K4S561633"endchoicechoice prompt "LCD display" optional depends on BOARD_EP250 config EP250_SC09Q002_AZA bool "Hitachi SC09Q002-AZA" config EP250_SC16H002_ZZA bool "Hitachi SC16H002-ZZA" config EP250_SX19V001_Z1A bool "Hitachi SX19V001-Z1A"endchoiceconfig EP250_LCD bool depends on EP250_SC09Q002_AZA || EP250_SC16H002_ZZA || EP250_SX19V001_Z1A default ychoice prompt "CPU stepping" depends on BOARD_EP250 help There is USB double buffering bug on the pxa250B1/B2 steppings. Double buffering increases upload speed, but it will be provided only on pxa250C0/pxa255A0 steppings. config EP250_C0_A0 bool "pxa250C0/pxa255A0" config EP250_B1_B2 bool "pxa250B1/pxa250B2"endchoiceconfig SPLASH_SCREEN bool "Splash screen" depends on EP250_LCD default nconfig X_OFFSET int "Screen x-axe offset" depends on (EP250_SC16H002_ZZA || EP250_SX19V001_Z1A) && SPLASH_SCREEN default 270config X_OFFSET int "Screen x-axe offset" depends on EP250_SC09Q002_AZA && SPLASH_SCREEN default 110config Y_OFFSET int "Screen y-axe offset" depends on SPLASH_SCREEN default 200
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -