gumstix-machine : Update gumstix machine files from gumstix OE collection.
[vuplus_openembedded] / conf / machine / gumstix-custom-verdex.conf
1 #
2 # Use this file as a starting point for your custom gumstix configuration
3 # Edit it to reflect your hardware setup and then save it a parallel location in user.collection
4
5 MACHINE_FEATURES += "verdex"
6 MACHINE_FEATURES += "iwmmxt"
7 require conf/machine/include/gumstix.inc
8 require conf/machine/include/tune-xscale.inc
9
10 #
11 # Your flash size = Total flash (in MB) - 1 (for linux kernel partition)
12 ROOT_FLASH_SIZE = "15"
13 #ROOT_FLASH_SIZE = "31"
14
15 #
16 # Enable use of virtual terminal for LCD on tty1 if USE_VT = "1"
17 #USE_VT = "0"
18 USE_VT = "1"
19 SYSVINIT_ENABLED_GETTYS = "1"
20
21 #
22 # Uncomment features that your board set supports
23
24 MACHINE_FEATURES += "usbhost"
25 #MACHINE_FEATURES += "usbgadget"
26
27 MACHINE_FEATURES  += "i2c"
28 #MACHINE_FEATURES  += "spi"
29
30 MACHINE_FEATURES  += "serial"
31 MACHINE_FEATURES  += "bluetooth"
32 MACHINE_FEATURES  += "sound"
33
34 # if you enable robostix you will need to disable both "lcd" and "touchscreen" features
35 #MACHINE_FEATURES  += "robostix"
36
37 MACHINE_FEATURES  += "lcd"
38 MACHINE_FEATURES  += "touchscreen"
39 MACHINE_FEATURES  += "keyboard"
40
41 MACHINE_FEATURES  += "pcmcia"
42 MACHINE_FEATURES  += "mmc"
43
44 MACHINE_FEATURES  += "wifi"
45 MACHINE_FEATURES  += "ethernet"
46
47 MACHINE_FEATURES  += "ext2"
48 MACHINE_FEATURES  += "fat"
49
50 #
51 # note:  selection of MACHINE_FEATURES above will automatically include necessary kernel modules
52 # for those features via task-base-gumstix.  Include below any extra kernel modules that you want installed
53
54 #MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "kernel-module-xxxxxxx"
55
56 #
57 # Uncomment or add kernel modules that should be autoloaded
58
59 module_autoload_proc_gpio      = 'proc_gpio'
60
61 module_autoload_pcmcia         = ${@base_contains('MACHINE_FEATURES', 'pcmcia',     'pcmcia', '',d)}
62 module_autoload_pxa2xx_cs      = ${@base_contains('MACHINE_FEATURES', 'pcmcia',     'pxa2xx_cs', '',d)}
63
64 module_autoload_pxamci         = ${@base_contains('MACHINE_FEATURES', 'mmc',        'pxamci', '',d)}
65 module_autoload_mmc_block      = ${@base_contains('MACHINE_FEATURES', 'mmc',        'mmc_block', '',d)}
66
67 module_autoload_ethernet       = ${@base_contains('MACHINE_FEATURES', 'ethernet',   'ethernet', '',d)}
68
69 module_autoload_ohci-hcd       = ${@base_contains('MACHINE_FEATURES', 'usbhost',    'ohci-hcd', '',d)}
70
71 module_autoload_gumstix_gadget = ${@base_contains('MACHINE_FEATURES', 'usbgadget',  'gumstix_gadget', '',d)}
72 #module_autoload_g_file_storage = ${@base_contains('MACHINE_FEATURES', 'usbgadget',  'g_file_storage', '',d)}
73 module_autoload_g_ether        = ${@base_contains('MACHINE_FEATURES', 'usbgadget',  'g_ether', '',d)}
74 #module_autoload_g_serial       = ${@base_contains('MACHINE_FEATURES', 'usbgadget',  'g_serial', '',d)}
75
76 module_autoload_tsc2003        = ${@base_contains('MACHINE_FEATURES', 'touchscreen','tsc2003', '',d)}
77 module_autoload_evdev          = ${@base_contains('MACHINE_FEATURES', 'touchscreen','evdev', '',d)}
78