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