diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2008-05-04 19:10:43 +0000 |
---|---|---|
committer | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2008-05-04 19:10:43 +0000 |
commit | 72cb20529b97d9df75df27fb7909766bb67be1eb (patch) | |
tree | bcd47eb3b646f50b807c61c35fac0e1ea8cba192 /conf | |
parent | 43d638349f55844caffdf9c517fd60da1bbf04b7 (diff) |
conf/machine/mp900c.conf : Add NEC MobilePro 900/c machine conf
* JLime supported machine (henchman)
Diffstat (limited to '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" |