diff options
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/ks8695.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/machine/ks8695.conf b/conf/machine/ks8695.conf new file mode 100644 index 0000000000..a3e7509e29 --- /dev/null +++ b/conf/machine/ks8695.conf @@ -0,0 +1,19 @@ +#@TYPE: Machine +#@Name: Micrel KS8695(P) Development Platform +#@DESCRIPTION: Machine configuration for Micrel KS8695(P) Development Platform +#@SPECS: http://www.micrel.com/_PDF/Ethernet/ks8695.pdf +#@DEVICES: PePLink MANGA Triple Balance, Telegent TG100 + +TARGET_ARCH = "arm" + +IPKG_ARCHS = "all arm ${MACHINE}" +PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" + +require conf/machine/include/tune-arm920t.conf + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttyS0" + +# used by opie-collections.inc +ROOT_FLASH_SIZE = "8" + |