mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 00:53:40 +00:00
c513e7c9f7
The mgcoge board from keymile is now base for some other similar boards. Therefore the board specific name mgcoge was renamed to a generic name km82xx. Additionally some enhancements were made: - rework partition table in dts file - add cpm2_pio_c gpio controller in dts file - update defconfig - add pin description for SCC1 - add pin description and configuration for USB Signed-off-by: Holger Brunck <holger.brunck@keymile.com> Acked-by: Heiko Schocher <hs@denx.de> CC: Benjamin Herrenschmidt <benh@kernel.crashing.org> CC: Heiko Schocher <hs@denx.de> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10 lines
274 B
Makefile
10 lines
274 B
Makefile
#
|
|
# Makefile for the PowerPC 82xx linux kernel.
|
|
#
|
|
obj-$(CONFIG_MPC8272_ADS) += mpc8272_ads.o
|
|
obj-$(CONFIG_CPM2) += pq2.o
|
|
obj-$(CONFIG_PQ2_ADS_PCI_PIC) += pq2ads-pci-pic.o
|
|
obj-$(CONFIG_PQ2FADS) += pq2fads.o
|
|
obj-$(CONFIG_EP8248E) += ep8248e.o
|
|
obj-$(CONFIG_MGCOGE) += km82xx.o
|