conf/machine/mp900c.conf : Add NEC MobilePro 900/c machine conf
authorKristoffer Ericson <kristoffer_e1@hotmail.com>
Sun, 4 May 2008 19:10:43 +0000 (19:10 +0000)
committerKristoffer Ericson <kristoffer_e1@hotmail.com>
Sun, 4 May 2008 19:10:43 +0000 (19:10 +0000)
* JLime supported machine (henchman)

conf/machine/mp900c.conf [new file with mode: 0644]

diff --git a/conf/machine/mp900c.conf b/conf/machine/mp900c.conf
new file mode 100644 (file)
index 0000000..37055be
--- /dev/null
@@ -0,0 +1,13 @@
+#@TYPE: Machine
+#@NAME: NEC Mobile Pro 900/900c 
+#@DESCRIPTION: Machine configuration for the PXA255 based Mobile Pro 9xx palmtop computer
+
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te"
+
+require conf/machine/include/tune-xscale.inc
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-mobilepro900"
+PCMCIA_MANAGER = "pcmciautils"
+MACHINE_FEATURES = "kernel26 apm alsa pcmcia irda keyboard touchscreen screen"
+MACHINE_EXTRA_RDEPENDS = "kernel-modules"