merge of '1549b0afc63f5679fb6877ec547a593b858995b3'
[vuplus_openembedded] / conf / machine / fic-gta01.conf
1 #-----------------------------------------------------------------------------
2 #@TYPE: Machine
3 #@NAME: FIC GTA01 (Neo1973)
4 #@DESCRIPTION: Machine configuration for the FIC Neo1973/1 GSM phone
5 #-----------------------------------------------------------------------------
6
7 TARGET_ARCH = "arm"
8 PACKAGE_EXTRA_ARCHS = "armv4t"
9
10 PREFERRED_PROVIDER_virtual/kernel = "linux-gta01"
11
12 MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost phone"
13
14 # package machine specific modules
15 MACHINE_EXTRA_RRECOMMENDS = "\
16   kernel-module-gta01-pm-bt  \
17   kernel-module-gta01-pm-gps \
18   kernel-module-gta01-pm-gsm \
19   kernel-module-gta01kbd \
20   kernel-module-s3cmci \
21   kernel-module-ext2 \
22   kernel-module-vfat \
23   kernel-module-snd-soc-neo1973-wm8753 \
24   kernel-module-snd-soc-smdk2440 \
25   kernel-module-nls-iso8859-1 \
26   kernel-module-nls-cp437 \
27 "
28
29 # do not outcomment, we bypass the sysvinit.bb logic here -- see FIC GTA01 inittab
30 #SERIAL_CONSOLE = "115200 ttySAC0"
31
32 # used by some images
33 ROOT_FLASH_SIZE = "60"
34
35 # extra jffs2 tweaks
36 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad -n"
37
38 # build / upload tools
39 EXTRA_IMAGEDEPENDS += "dfu-util-native"
40
41 # tune for S3C24x0
42 include conf/machine/include/tune-arm920t.conf