diff options
Diffstat (limited to 'conf/machine/mx27ads.conf')
-rw-r--r-- | conf/machine/mx27ads.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/machine/mx27ads.conf b/conf/machine/mx27ads.conf new file mode 100644 index 0000000000..d7e8782a50 --- /dev/null +++ b/conf/machine/mx27ads.conf @@ -0,0 +1,19 @@ +#@TYPE: Machine +#@Name: Freescale MX27ADS +#@DESCRIPTION: Machine configuration for Freescale MX27ADS + +TARGET_ARCH = "arm" + +MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost usbgadget" + +GUI_MACHINE_CLASS = "smallscreen" + +PREFERRED_PROVIDER_virtual/kernel = "linux" + +require conf/machine/include/tune-arm926ejs.inc + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttymxc0" + +# used by opie-collections.inc +ROOT_FLASH_SIZE = "32" |