diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2008-05-04 21:26:34 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2008-05-04 21:26:34 +0000 |
commit | db61d94094937dfc3504e15424c099f4a608acf3 (patch) | |
tree | 1fd2f1d6a231adea9ef15377e856b59ae100f922 /conf/machine/mp900c.conf | |
parent | 0eb94e44bd4b64ad754d8c837d512e7000abd016 (diff) | |
parent | 1c67f708c41671468cdf2489d267d79ec30d5507 (diff) |
propagate from branch 'org.openembedded.oplinux' (head d9363ecbe581bf473057c4e79b0a93b7487d52e9)
to branch 'org.openembedded.dev' (head e6f495f12f6c3af3e3758acd3b907f88e88523ae)
Diffstat (limited to 'conf/machine/mp900c.conf')
-rw-r--r-- | conf/machine/mp900c.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/machine/mp900c.conf b/conf/machine/mp900c.conf new file mode 100644 index 0000000000..37055be2bb --- /dev/null +++ b/conf/machine/mp900c.conf @@ -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" |