linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Claudiu Beznea <claudiu.beznea@microchip.com>
To: <linux@armlinux.org.uk>, <nicolas.ferre@microchip.com>,
	<alexandre.belloni@bootlin.com>,
	<ludovic.desroches@microchip.com>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>,
	Claudiu Beznea <claudiu.beznea@microchip.com>
Subject: [PATCH 02/13] ARM: at91: Kconfig: add config flag for SAM9X60 SoC
Date: Wed, 13 Nov 2019 10:50:58 +0200	[thread overview]
Message-ID: <1573635069-30883-3-git-send-email-claudiu.beznea@microchip.com> (raw)
In-Reply-To: <1573635069-30883-1-git-send-email-claudiu.beznea@microchip.com>

Add config flag for SAM9X60 SoC.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---
 arch/arm/mach-at91/Kconfig | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 262b550d7329..f8b550bd1c82 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -104,6 +104,16 @@ config SOC_AT91SAM9
 	    AT91SAM9X25
 	    AT91SAM9X35
 	    AT91SAM9XE
+	    SAM9X60
+
+config SOC_SAM9X60
+	bool "SAM9X60"
+	depends on SOC_AT91SAM9
+	select ATMEL_AIC5_IRQ
+	select HAVE_AT91_GENERATED_CLK
+	select HAVE_AT91_SAM9X60_PLL
+	help
+	  Select this if you are using Microchip's SAM9X60 SoC
 
 comment "Clocksource driver selection"
 
-- 
2.7.4


  parent reply	other threads:[~2019-11-13  8:51 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-13  8:50 [PATCH 00/13] add defconfig support for SAM9X60 Claudiu Beznea
2019-11-13  8:50 ` [PATCH 01/13] ARM: at91: Kconfig: add sam9x60 pll config flag Claudiu Beznea
2019-11-13 10:09   ` Thomas Petazzoni
2019-11-13 10:41     ` Claudiu.Beznea
2019-11-13  8:50 ` Claudiu Beznea [this message]
2019-11-13  8:50 ` [PATCH 03/13] ARM: at91/defconfig: use savedefconfig Claudiu Beznea
2019-11-13  8:51 ` [PATCH 04/13] ARM: at91/defconfig: add config option for SAM9X60 SoC Claudiu Beznea
2019-11-13  8:51 ` [PATCH 05/13] ARM: at91/defconfig: enable atmel maxtouch Claudiu Beznea
2019-11-13  8:51 ` [PATCH 06/13] ARM: at91/defconfig: enable SAMA5D2's SHDWC Claudiu Beznea
2019-11-13  8:51 ` [PATCH 07/13] ARM: at91/defconfig: enable flexcom Claudiu Beznea
2019-11-13  8:51 ` [PATCH 08/13] ARM: at91/defconfig: enable XDMAC Claudiu Beznea
2019-11-13  8:51 ` [PATCH 09/13] ARM: at91/defconfig: Add I2S Multi-channel driver Claudiu Beznea
2019-11-13  8:51 ` [PATCH 10/13] ARM: at91/defconfig: Add driver for Audio PROTO board Claudiu Beznea
2019-11-13  8:51 ` [PATCH 11/13] ARM: at91/defconfig: enable AT91_SAMA5D2_ADC Claudiu Beznea
2019-11-13  8:51 ` [PATCH 12/13] ARM: at91/defconfig: enable ATMEL_QUADSPI Claudiu Beznea
2019-11-13  8:51 ` [PATCH 13/13] ARM: at91/defconfig: enable CLASSD Claudiu Beznea
2019-11-13 11:15 ` [PATCH 00/13] add defconfig support for SAM9X60 Claudiu.Beznea

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=1573635069-30883-3-git-send-email-claudiu.beznea@microchip.com \
    --to=claudiu.beznea@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=ludovic.desroches@microchip.com \
    --cc=nicolas.ferre@microchip.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;
as well as URLs for NNTP newsgroup(s).