diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/at91sam9263ek.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/machine/at91sam9263ek.conf b/conf/machine/at91sam9263ek.conf new file mode 100644 index 0000000000..fe0df53cc5 --- /dev/null +++ b/conf/machine/at91sam9263ek.conf @@ -0,0 +1,19 @@ +#@TYPE: Machine +#@Name: Atmel AT91SAM9263EK Development Platform +#@DESCRIPTION: Machine configuration for the at91sam9263ek development board with a at91sam9263 processor + +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4t armv5te" + +PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" + +#don't try to access tty1 +USE_VT = "0" + +MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost usbgadget screen" + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttyS0" + +require conf/machine/include/tune-arm926ejs.conf |