summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/omap-zoom.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/conf/machine/omap-zoom.conf b/meta/conf/machine/omap-zoom.conf
new file mode 100644
index 0000000000..775a8be6d4
--- /dev/null
+++ b/meta/conf/machine/omap-zoom.conf
@@ -0,0 +1,15 @@
1#@TYPE: Machine
2#@NAME: LogicPD OMAP 3430 Zoom Kit
3#@DESCRIPTION: Machine configuration for the OMAP 3430 Zoom kit
4TARGET_ARCH = "arm"
5PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6"
6
7PREFERRED_PROVIDER_virtual/kernel = "linux-omap-zoom"
8
9MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen"
10KERNEL_IMAGETYPE = "uImage"
11IMAGE_FSTYPES ?= "tar.gz"
12SERIAL_CONSOLE = "-L 115200 ttyS0"
13
14require conf/machine/include/tune-arm1136jf-s.inc
15