diff options
| author | John Lee <john_lee@openmoko.org> | 2008-03-07 13:05:07 +0000 |
|---|---|---|
| committer | John Lee <john_lee@openmoko.org> | 2008-03-07 13:05:07 +0000 |
| commit | 0b098d35b319ed6c00f363cb0d4fd447d7fb8d57 (patch) | |
| tree | a830bf983a66688f5648cd83e362c4fea2f48f6b /conf/machine/gumstix-custom-verdex.conf | |
| parent | 06fb90eb31b0b85a5c5c7adf185ce2515c5b1220 (diff) | |
| parent | d3bbd28f22fbd8e9d097081fa128ae18197f36e1 (diff) | |
merge of '26501141207c84e31e0f43c5795a15c0f16dbce5'
and '86618f966282489d43b51fbf0ee93b954ac615ae'
Diffstat (limited to 'conf/machine/gumstix-custom-verdex.conf')
| -rw-r--r-- | conf/machine/gumstix-custom-verdex.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/gumstix-custom-verdex.conf b/conf/machine/gumstix-custom-verdex.conf index f2488d66e1..5e9360d9b0 100644 --- a/conf/machine/gumstix-custom-verdex.conf +++ b/conf/machine/gumstix-custom-verdex.conf @@ -35,6 +35,9 @@ MACHINE_FEATURES += "sound" #MACHINE_FEATURES += "robostix" MACHINE_FEATURES += "lcd" +#MACHINE_FEATURES += "rgb16" +MACHINE_FEATURES += "rgb18" + MACHINE_FEATURES += "touchscreen" MACHINE_FEATURES += "keyboard" @@ -47,6 +50,10 @@ MACHINE_FEATURES += "ethernet" MACHINE_FEATURES += "ext2" MACHINE_FEATURES += "fat" +# enable one of the following if you want to target build for uimage/rootfs on mmc/microSD or CF +#MACHINE_FEATURES += "mmcroot" +#MACHINE_FEATURES += "cfroot" + # # note: selection of MACHINE_FEATURES above will automatically include necessary kernel modules # for those features via task-base-gumstix. Include below any extra kernel modules that you want installed @@ -74,5 +81,6 @@ module_autoload_g_ether = ${@base_contains('MACHINE_FEATURES', 'usbgadget #module_autoload_g_serial = ${@base_contains('MACHINE_FEATURES', 'usbgadget', 'g_serial', '',d)} module_autoload_tsc2003 = ${@base_contains('MACHINE_FEATURES', 'touchscreen','tsc2003', '',d)} +module_autoload_ucb1400-ts = ${@base_contains('MACHINE_FEATURES', 'touchscreen','ucb1400-ts', '',d)} module_autoload_evdev = ${@base_contains('MACHINE_FEATURES', 'touchscreen','evdev', '',d)} |
