2006-01-10 22:43:56 -05:00
|
|
|
#
|
|
|
|
# Makefile for the PowerPC 83xx linux kernel.
|
|
|
|
#
|
2007-07-03 05:43:16 -04:00
|
|
|
obj-y := misc.o usb.o
|
2007-10-09 13:37:13 -04:00
|
|
|
obj-$(CONFIG_SUSPEND) += suspend.o suspend-asm.o
|
2008-01-24 21:45:51 -05:00
|
|
|
obj-$(CONFIG_MPC831x_RDB) += mpc831x_rdb.o
|
2007-03-19 10:15:28 -04:00
|
|
|
obj-$(CONFIG_MPC832x_RDB) += mpc832x_rdb.o
|
2007-02-08 02:11:00 -05:00
|
|
|
obj-$(CONFIG_MPC834x_MDS) += mpc834x_mds.o
|
2006-06-30 19:41:20 -04:00
|
|
|
obj-$(CONFIG_MPC834x_ITX) += mpc834x_itx.o
|
2007-02-17 11:13:56 -05:00
|
|
|
obj-$(CONFIG_MPC836x_MDS) += mpc836x_mds.o
|
powerpc/83xx: new board support: MPC8360E-RDK
This is patch adds board file, device tree, and defconfig for the new
board, made by Freescale Semiconductor Inc. and Logic Product Development.
Currently supported:
1. UEC{1,2,7,4};
2. I2C;
3. SPI;
4. NS16550 serial;
5. PCI and miniPCI;
6. Intel NOR StrataFlash X16 64Mbit PC28F640P30T85;
7. Graphics controller, Fujitsu MB86277.
Not supported in this patch:
1. StMICRO NAND512W3A2BN6E, 512 Mbit (supported with FSL UPM NAND driver);
2. FHCI USB (supported with FHCI driver).
3. QE Serial UCCs (tested to not work with ucc_uart driver, reason
unknown, yet);
4. ADC AD7843 (tested to work, but support via device tree depends on
major SPI rework, GPIO API, etc);
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2008-05-23 12:39:01 -04:00
|
|
|
obj-$(CONFIG_MPC836x_RDK) += mpc836x_rdk.o
|
2006-10-11 07:27:57 -04:00
|
|
|
obj-$(CONFIG_MPC832x_MDS) += mpc832x_mds.o
|
2007-10-19 07:38:45 -04:00
|
|
|
obj-$(CONFIG_MPC837x_MDS) += mpc837x_mds.o
|
2008-01-24 18:41:30 -05:00
|
|
|
obj-$(CONFIG_SBC834x) += sbc834x.o
|
2008-01-24 21:47:11 -05:00
|
|
|
obj-$(CONFIG_MPC837x_RDB) += mpc837x_rdb.o
|
2008-05-08 08:47:00 -04:00
|
|
|
obj-$(CONFIG_ASP834x) += asp834x.o
|