Linux Samsung SOC development
 help / color / mirror / Atom feed
From: Sangbeom Kim <sbkim73@samsung.com>
To: linux-samsung-soc@vger.kernel.org
Cc: kgene.kim@samsung.com, ben-linux@fluff.org,
	SangWook Ju <sw.ju@samsung.com>,
	Sangbeom Kim <sbkim73@samsung.com>
Subject: [PATCH V2 3/3] ARM: S5PV310: Update Kconfig and Makefile for supporting CPUFREQ
Date: Fri, 17 Dec 2010 17:14:35 +0900	[thread overview]
Message-ID: <1292573675-15643-4-git-send-email-sbkim73@samsung.com> (raw)
In-Reply-To: <1292573675-15643-1-git-send-email-sbkim73@samsung.com>

From: SangWook Ju <sw.ju@samsung.com>

This patch adds ARCH_HAS_CPUFREQ in Kconfig of ARCH_S5PV310 and updates
Makefile for supporting build S5PV310 CPUFREQ driver

Signed-off-by: Sangwook Ju <sw.ju@samsung.com>
Signed-off-by: Sangbeom Kim <sbkim73@samsung.com>
---
 arch/arm/mach-s5pv310/Kconfig  |    1 +
 arch/arm/mach-s5pv310/Makefile |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-s5pv310/Kconfig b/arch/arm/mach-s5pv310/Kconfig
index d64efe0..6c1c62e 100644
--- a/arch/arm/mach-s5pv310/Kconfig
+++ b/arch/arm/mach-s5pv310/Kconfig
@@ -68,6 +68,7 @@ menu "S5PC210 Machines"
 config MACH_SMDKC210
 	bool "SMDKC210"
 	select CPU_S5PV310
+	select ARCH_HAS_CPUFREQ
 	select S3C_DEV_RTC
 	select S3C_DEV_WDT
 	select S3C_DEV_HSMMC
diff --git a/arch/arm/mach-s5pv310/Makefile b/arch/arm/mach-s5pv310/Makefile
index 61e3cb6..3af462d 100644
--- a/arch/arm/mach-s5pv310/Makefile
+++ b/arch/arm/mach-s5pv310/Makefile
@@ -18,6 +18,7 @@ obj-$(CONFIG_CPU_S5PV310)	+= setup-i2c0.o time.o gpiolib.o irq-eint.o dma.o
 obj-$(CONFIG_SMP)		+= platsmp.o headsmp.o
 obj-$(CONFIG_LOCAL_TIMERS)	+= localtimer.o
 obj-$(CONFIG_HOTPLUG_CPU)	+= hotplug.o
+obj-$(CONFIG_CPU_FREQ)		+= cpufreq.o
 
 # machine support
 
-- 
1.6.3.3

      parent reply	other threads:[~2010-12-17  8:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-17  8:14 [PATCH V2 0/3] ARM: S5PV310: Add support S5PV310/S5PC210 CPUFREQ Sangbeom Kim
2010-12-17  8:14 ` [PATCH V2 1/3] ARM: S5PV310: Update CMU registers for CUPFREQ Sangbeom Kim
2010-12-17  8:14 ` [PATCH V2 2/3] ARM: S5PV310: Add support CPUFREQ Sangbeom Kim
2010-12-17  8:14 ` Sangbeom Kim [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1292573675-15643-4-git-send-email-sbkim73@samsung.com \
    --to=sbkim73@samsung.com \
    --cc=ben-linux@fluff.org \
    --cc=kgene.kim@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=sw.ju@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox