diff options
author | Liam Girdwood <liam.girdwood@wolfsonmicro.com> | 2006-11-20 20:16:10 +0000 |
---|---|---|
committer | Liam Girdwood <liam.girdwood@wolfsonmicro.com> | 2006-11-20 20:16:10 +0000 |
commit | 7431b40c061dca0deea95d5e0009e8326ae84358 (patch) | |
tree | c9df046596ce813e59005b0afe0d96f7ffbdbd98 /conf/machine | |
parent | 5a5f4943ac05ee83b83fba32724e0ec90aa5de0f (diff) |
mx21ads: Initial support for the Freescale IMX21ADS
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/mx21ads.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/machine/mx21ads.conf b/conf/machine/mx21ads.conf new file mode 100644 index 0000000000..e88b3e3811 --- /dev/null +++ b/conf/machine/mx21ads.conf @@ -0,0 +1,20 @@ +#@TYPE: Machine +#@Name: Freescale MX21ADS +#@DESCRIPTION: Machine configuration for Freescale MX21ADS + +TARGET_ARCH = "arm" + +MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost usbgadget" + +GUI_MACHINE_CLASS = "smallscreen" +IPKG_EXTRA_ARCHS = "arm armv4t armv5te" + +PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel" + +include conf/machine/include/tune-arm926ejs.conf + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttymxc0" + +# used by opie-collections.inc +ROOT_FLASH_SIZE = "32" |