increase dvbapp PR.
[vuplus_openembedded] / conf / machine / at91sam9g45ek.conf
1 #@TYPE: Machine
2 #@Name: Atmel AT91SAM9G45EK Development Platform
3 #@DESCRIPTION: Machine configuration for the at91sam9g45ek development board with a at91sam9g45-ES2 processor
4 # Once a at91sam9g45ek development board with a production at91sam9g45 processor
5 # is available we should change the recipe to use the at91sam9m10g45ek_defconfig
6
7 include conf/machine/include/AT91-LCD.inc
8
9 # Has linux config file in OpenEmbedded
10
11 # LINUX26_DEFCONFIG = "at91sam9g45ek_defconfig"
12 # LINUX26_DEFCONFIG = "at91sam9m10g45ek_defconfig"
13
14 # Supported u-boot machines
15 #UBOOT_MACHINE = "at91sam9m10g45ek_nandflash_config"
16 #UBOOT_MACHINE = "at91sam9m10g45ek_dataflash_config"
17 UBOOT_MACHINE = "at91sam9m10g45ek_dataflash_cs0_config"
18 #UBOOT_MACHINE = "at91sam9m10g45ek_config"
19 #UBOOT_MACHINE = "at91sam9g45ekes_nandflash_config"
20 #UBOOT_MACHINE = "at91sam9g45ekes_dataflash_config"
21 #UBOOT_MACHINE = "at91sam9g45ekes_dataflash_cs0_config"
22 #UBOOT_MACHINE = "at91sam9g45ekes_config"
23
24 # Boot from Dataflash, so we do not have to reprogram
25 # At91bootstrap/U-Boot everytime we erase the NAND flash
26 AT91BOOTSTRAP_BOARD = "at91sam9g45df"
27
28 MACHINE_FEATURES += "usbhost"
29