171b9114dSArnd Bergmann# SPDX-License-Identifier: GPL-2.0
271b9114dSArnd Bergmann#
371b9114dSArnd Bergmann# Copyright 2008 Openmoko, Inc.
471b9114dSArnd Bergmann# Copyright 2008 Simtec Electronics
571b9114dSArnd Bergmann
671b9114dSArnd Bergmann# PM
771b9114dSArnd Bergmann
871b9114dSArnd Bergmannobj-$(CONFIG_PM)		+= pm-s3c64xx.o
971b9114dSArnd Bergmannobj-$(CONFIG_PM_SLEEP)		+= sleep-s3c64xx.o
1071b9114dSArnd Bergmannobj-$(CONFIG_CPU_IDLE)		+= cpuidle-s3c64xx.o
1171b9114dSArnd Bergmann
1271b9114dSArnd Bergmannifdef CONFIG_SAMSUNG_ATAGS
1371b9114dSArnd Bergmann
1471b9114dSArnd Bergmannobj-$(CONFIG_PM_SLEEP)          += irq-pm-s3c64xx.o
1571b9114dSArnd Bergmann
1671b9114dSArnd Bergmann# Core
1771b9114dSArnd Bergmann
1871b9114dSArnd Bergmannobj-y				+= s3c64xx.o
1971b9114dSArnd Bergmannobj-$(CONFIG_CPU_S3C6410)	+= s3c6410.o
2071b9114dSArnd Bergmann
2171b9114dSArnd Bergmann# DMA support
2271b9114dSArnd Bergmann
2371b9114dSArnd Bergmannobj-$(CONFIG_S3C64XX_PL080)	+= pl080.o
2471b9114dSArnd Bergmann
2571b9114dSArnd Bergmann# Device support
2671b9114dSArnd Bergmann
2771b9114dSArnd Bergmannobj-y				+= dev-uart-s3c64xx.o
2871b9114dSArnd Bergmannobj-y				+= dev-audio-s3c64xx.o
2971b9114dSArnd Bergmann
3071b9114dSArnd Bergmann# Device setup
3171b9114dSArnd Bergmann
3271b9114dSArnd Bergmannobj-$(CONFIG_S3C64XX_SETUP_FB_24BPP)	+= setup-fb-24bpp-s3c64xx.o
3371b9114dSArnd Bergmannobj-$(CONFIG_S3C64XX_SETUP_I2C0)	+= setup-i2c0-s3c64xx.o
3471b9114dSArnd Bergmannobj-$(CONFIG_S3C64XX_SETUP_I2C1)	+= setup-i2c1-s3c64xx.o
3571b9114dSArnd Bergmannobj-$(CONFIG_S3C64XX_SETUP_KEYPAD)	+= setup-keypad-s3c64xx.o
3671b9114dSArnd Bergmannobj-$(CONFIG_S3C64XX_SETUP_SDHCI_GPIO)	+= setup-sdhci-gpio-s3c64xx.o
3771b9114dSArnd Bergmannobj-$(CONFIG_S3C64XX_SETUP_SPI)		+= setup-spi-s3c64xx.o
3871b9114dSArnd Bergmannobj-$(CONFIG_S3C64XX_SETUP_USB_PHY) += setup-usb-phy-s3c64xx.o
3971b9114dSArnd Bergmann
4071b9114dSArnd Bergmann# Machine support
4171b9114dSArnd Bergmannobj-$(CONFIG_MACH_WLF_CRAGG_6410)	+= mach-crag6410.o mach-crag6410-module.o
4271b9114dSArnd Bergmannendif
4371b9114dSArnd Bergmann
4471b9114dSArnd Bergmannobj-$(CONFIG_MACH_S3C64XX_DT)		+= mach-s3c64xx-dt.o
45