mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
c499546f43
* Modification of Kconfig to add the Option * 1 new file : buffalo-wxl-setup.c This file is inspired from the db-78xx0-setup.c already present. The following is done: - Configure MPP Lines for the plateform (see my patch for MPP) This is taken from the stock kernel provided by buffalotech (the vendor) - GigaBit Ethernet - Sata - Uart are initiallized in a different way than on the dev board as we have one core only. - USB The kernel has been running for some days now on my plateform. Signed-off-by: Sebastien Requiem <sebastien@kolios.dk> Signed-off-by: Nicolas Pitre <nico@marvell.com>
5 lines
217 B
Makefile
5 lines
217 B
Makefile
obj-y += common.o addr-map.o mpp.o irq.o pcie.o
|
|
obj-$(CONFIG_MACH_DB78X00_BP) += db78x00-bp-setup.o
|
|
obj-$(CONFIG_MACH_RD78X00_MASA) += rd78x00-masa-setup.o
|
|
obj-$(CONFIG_MACH_TERASTATION_WXL) += buffalo-wxl-setup.o
|