linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: andrew@lunn.ch (Andrew Lunn)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 3/4] mvebu: Dove: Enable cpufreq driver in defconfig
Date: Thu, 31 Oct 2013 20:18:30 +0100	[thread overview]
Message-ID: <1383247111-26834-3-git-send-email-andrew@lunn.ch> (raw)
In-Reply-To: <1383247111-26834-1-git-send-email-andrew@lunn.ch>

Add cpufreq to dove_defconfig, so it is built by default.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
---
 arch/arm/configs/dove_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/dove_defconfig b/arch/arm/configs/dove_defconfig
index 110105476848..3d9235017e89 100644
--- a/arch/arm/configs/dove_defconfig
+++ b/arch/arm/configs/dove_defconfig
@@ -22,6 +22,8 @@ CONFIG_ZBOOT_ROM_TEXT=0x0
 CONFIG_ZBOOT_ROM_BSS=0x0
 CONFIG_ARM_APPENDED_DTB=y
 CONFIG_ARM_ATAG_DTB_COMPAT=y
+CONFIG_CPU_FREQ=y
+CONFIG_CPU_FREQ_GOV_ONDEMAND=y
 CONFIG_VFP=y
 CONFIG_NET=y
 CONFIG_PACKET=y
-- 
1.8.4.rc3

  parent reply	other threads:[~2013-10-31 19:18 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-31 19:18 [PATCH v3 1/4] cpufreq: Add a cpufreq driver for Marvell Dove Andrew Lunn
2013-10-31 19:18 ` [PATCH v3 2/4] mvebu: Dove: Instantiate cpufreq driver Andrew Lunn
2013-10-31 23:52   ` Viresh Kumar
2013-10-31 19:18 ` Andrew Lunn [this message]
2013-10-31 23:52   ` [PATCH v3 3/4] mvebu: Dove: Enable cpufreq driver in defconfig Viresh Kumar
2013-10-31 19:18 ` [PATCH v3 4/4] mvebu: Dove: Add clocks and DFS interrupt to cpu node in DT Andrew Lunn
2013-10-31 22:26   ` Rafael J. Wysocki
2013-10-31 23:51     ` Viresh Kumar
2013-11-01  9:07       ` Andrew Lunn
2013-11-01 13:16         ` Rafael J. Wysocki
2013-11-01 13:14           ` Andrew Lunn
2013-11-01 22:52             ` Rafael J. Wysocki
2013-11-24  2:51         ` Jason Cooper
2013-10-31 23:46 ` [PATCH v3 1/4] cpufreq: Add a cpufreq driver for Marvell Dove Viresh Kumar

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=1383247111-26834-3-git-send-email-andrew@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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;
as well as URLs for NNTP newsgroup(s).