mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
c5e2caca6a
Samsung's Soc S5PC100 has three PL330 DMACs. First is dedicated for Memory->Memory data transfer while the other two meant for data transfer with peripherals. Define and add latter two PL330 DMACs as platform devices on the S5PC100 platform. Signed-off-by: Jassi Brar <jassi.brar@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
35 lines
775 B
Makefile
35 lines
775 B
Makefile
# arch/arm/mach-s5pc100/Makefile
|
|
#
|
|
# Copyright 2009 Samsung Electronics Co.
|
|
#
|
|
# Licensed under GPLv2
|
|
|
|
obj-y :=
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
# Core support for S5PC100 system
|
|
|
|
obj-$(CONFIG_CPU_S5PC100) += cpu.o init.o clock.o gpiolib.o irq-gpio.o
|
|
obj-$(CONFIG_CPU_S5PC100) += setup-i2c0.o
|
|
obj-$(CONFIG_CPU_S5PC100) += dma.o
|
|
|
|
# Helper and device support
|
|
|
|
obj-$(CONFIG_S5PC100_SETUP_FB_24BPP) += setup-fb-24bpp.o
|
|
obj-$(CONFIG_S5PC100_SETUP_I2C1) += setup-i2c1.o
|
|
obj-$(CONFIG_S5PC100_SETUP_SDHCI) += setup-sdhci.o
|
|
obj-$(CONFIG_S5PC100_SETUP_SDHCI_GPIO) += setup-sdhci-gpio.o
|
|
|
|
# device support
|
|
obj-y += dev-audio.o
|
|
obj-$(CONFIG_S3C64XX_DEV_SPI) += dev-spi.o
|
|
|
|
# machine support
|
|
|
|
obj-$(CONFIG_MACH_SMDKC100) += mach-smdkc100.o
|
|
|
|
# device support
|
|
obj-y += dev-audio.o
|