linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* x86: Make Atom PMC driver configurable.
@ 2014-10-15 14:46 Dave Jones
  2014-10-15 14:52 ` Felipe Balbi
  0 siblings, 1 reply; 11+ messages in thread
From: Dave Jones @ 2014-10-15 14:46 UTC (permalink / raw)
  To: Linux Kernel; +Cc: x86, aubrey.li

The Atom PMC driver is always built-in, regardless of whether
the kernel being built is going to be run on an Atom (or even Intel) CPU.

Signed-off-by: Dave Jones <davej@redhat.com>

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index f2327e88e07c..04280177c1e2 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -2485,7 +2485,7 @@ config X86_DMA_REMAP
 	depends on STA2X11
 
 config PMC_ATOM
-	def_bool y
+	tristate "Intel Atom SOC power management controller driver"
         depends on PCI
 
 source "net/Kconfig"

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-10-16 21:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-15 14:46 x86: Make Atom PMC driver configurable Dave Jones
2014-10-15 14:52 ` Felipe Balbi
2014-10-15 14:59   ` Dave Jones
2014-10-15 15:04     ` Felipe Balbi
2014-10-15 16:20     ` One Thousand Gnomes
2014-10-16  2:18       ` [Patch v2] " Dave Jones
2014-10-16  3:00         ` Li, Aubrey
2014-10-16  3:04           ` Dave Jones
2014-10-16  5:24         ` Ingo Molnar
2014-10-16  5:35           ` Li, Aubrey
2014-10-16 21:54           ` Guenter Roeck

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).