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-connex.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-connex.conf')
-rw-r--r-- | conf/machine/gumstix-custom-connex.conf | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/conf/machine/gumstix-custom-connex.conf b/conf/machine/gumstix-custom-connex.conf index 1b854582f8..65cbacad41 100644 --- a/conf/machine/gumstix-custom-connex.conf +++ b/conf/machine/gumstix-custom-connex.conf @@ -33,8 +33,11 @@ MACHINE_FEATURES += "sound" # if you enable robostix you will need to disable both "lcd" and "touchscreen" features #MACHINE_FEATURES += "robostix" -#MACHINE_FEATURES += "lcd" -#MACHINE_FEATURES += "touchscreen" +MACHINE_FEATURES += "lcd" +MACHINE_FEATURES += "rgb16" +#MACHINE_FEATURES += "rgb18" + +MACHINE_FEATURES += "touchscreen" #MACHINE_FEATURES += "keyboard" MACHINE_FEATURES += "pcmcia" @@ -44,7 +47,11 @@ MACHINE_FEATURES += "wifi" MACHINE_FEATURES += "ethernet" MACHINE_FEATURES += "fat" -#MACHINE_FEATURES += "ext2" +MACHINE_FEATURES += "ext2" + +# 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 @@ -70,6 +77,7 @@ module_autoload_gumstix_gadget = ${@base_contains('MACHINE_FEATURES', 'usbgadget module_autoload_g_ether = ${@base_contains('MACHINE_FEATURES', 'usbgadget', 'g_ether', '',d)} #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)} |