diff options
author | Philip Balister <philip@balister.org> | 2008-03-05 19:21:35 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2008-03-05 19:21:35 +0000 |
commit | 4027cc9fe53ce963f7683c3e266c5557468eb775 (patch) | |
tree | aee0d23e0b69a7e55e41e6492db7462eedec0c3c /conf/machine/gumstix-custom-verdex.conf | |
parent | 64197d831371bd8450d65a9349be5ab55f366f59 (diff) |
gumstix-verdex,connex : Copy machine and kernel updates direct from gumstix.com
OE based build system.
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)} |