linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for 3.1] ARM: at91: add PWM driver selector in Kconfig for 9g45 family
@ 2011-09-22 17:02 Nicolas Ferre
  2011-09-22 17:02 ` [PATCH for 3.1] ARM: at91: add defconfig for at91sam9g45 family Nicolas Ferre
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Nicolas Ferre @ 2011-09-22 17:02 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
---
 drivers/misc/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 2d6423c..7ce658e 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -63,7 +63,7 @@ config AD525X_DPOT_SPI
 
 config ATMEL_PWM
 	tristate "Atmel AT32/AT91 PWM support"
-	depends on AVR32 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91CAP9
+	depends on AVR32 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91SAM9G45 || ARCH_AT91CAP9
 	help
 	  This option enables device driver support for the PWM channels
 	  on certain Atmel processors.  Pulse Width Modulation is used for
-- 
1.7.3

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

end of thread, other threads:[~2011-09-28  8:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-22 17:02 [PATCH for 3.1] ARM: at91: add PWM driver selector in Kconfig for 9g45 family Nicolas Ferre
2011-09-22 17:02 ` [PATCH for 3.1] ARM: at91: add defconfig for at91sam9g45 family Nicolas Ferre
2011-09-23 17:03   ` Jean-Christophe PLAGNIOL-VILLARD
2011-09-23 17:04 ` [PATCH for 3.1] ARM: at91: add PWM driver selector in Kconfig for 9g45 family Jean-Christophe PLAGNIOL-VILLARD
2011-09-28  8:27 ` Nicolas Ferre

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