From 4027cc9fe53ce963f7683c3e266c5557468eb775 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Wed, 5 Mar 2008 19:21:35 +0000 Subject: gumstix-verdex,connex : Copy machine and kernel updates direct from gumstix.com OE based build system. --- conf/machine/gumstix-custom-verdex.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'conf/machine/gumstix-custom-verdex.conf') 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)} -- cgit v1.2.3