2006-01-11 06:43:56 +03:00
|
|
|
#
|
|
|
|
# Makefile for the PowerPC 83xx linux kernel.
|
|
|
|
#
|
2007-07-03 13:43:16 +04:00
|
|
|
obj-y := misc.o usb.o
|
2007-10-09 21:37:13 +04:00
|
|
|
obj-$(CONFIG_SUSPEND) += suspend.o suspend-asm.o
|
2009-01-11 19:55:39 +03:00
|
|
|
obj-$(CONFIG_MCU_MPC8349EMITX) += mcu_mpc8349emitx.o
|
2008-01-25 05:45:51 +03:00
|
|
|
obj-$(CONFIG_MPC831x_RDB) += mpc831x_rdb.o
|
2007-03-19 17:15:28 +03:00
|
|
|
obj-$(CONFIG_MPC832x_RDB) += mpc832x_rdb.o
|
2007-02-08 10:11:00 +03:00
|
|
|
obj-$(CONFIG_MPC834x_MDS) += mpc834x_mds.o
|
2006-07-01 03:41:20 +04:00
|
|
|
obj-$(CONFIG_MPC834x_ITX) += mpc834x_itx.o
|
2007-02-17 19:13:56 +03: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 20:39:01 +04:00
|
|
|
obj-$(CONFIG_MPC836x_RDK) += mpc836x_rdk.o
|
2006-10-11 15:27:57 +04:00
|
|
|
obj-$(CONFIG_MPC832x_MDS) += mpc832x_mds.o
|
2007-10-19 15:38:45 +04:00
|
|
|
obj-$(CONFIG_MPC837x_MDS) += mpc837x_mds.o
|
2008-01-25 02:41:30 +03:00
|
|
|
obj-$(CONFIG_SBC834x) += sbc834x.o
|
2008-01-25 05:47:11 +03:00
|
|
|
obj-$(CONFIG_MPC837x_RDB) += mpc837x_rdb.o
|
2008-05-08 16:47:00 +04:00
|
|
|
obj-$(CONFIG_ASP834x) += asp834x.o
|