From: Alexandre TORGUE <alexandre.torgue-qxv4g6HH51o@public.gmane.org>
To: Maxime Coquelin
<mcoquelin.stm32-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Linus Walleij
<linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>,
Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org>,
Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>,
lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
Jonathan Corbet <corbet-T1hC0tSOHrs@public.gmane.org>
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH v2 6/7] ARM: Kconfig: Introduce MACH_STM32F469 flag
Date: Fri, 7 Apr 2017 14:43:03 +0200 [thread overview]
Message-ID: <1491568984-20169-7-git-send-email-alexandre.torgue@st.com> (raw)
In-Reply-To: <1491568984-20169-1-git-send-email-alexandre.torgue-qxv4g6HH51o@public.gmane.org>
This patch introduces the MACH_STM32F469 to make possible to only select
STM32F469 pinctrl driver
By default, all the MACH_STM32Fxxx flags will be set with STM32 defconfig.
Signed-off-by: Alexandre TORGUE <alexandre.torgue-qxv4g6HH51o@public.gmane.org>
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 0d4e71b..19c43e6 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -894,6 +894,11 @@ config MACH_STM32F429
depends on ARCH_STM32
default y
+config MACH_STM32F469
+ bool "STMicrolectronics STM32F469"
+ depends on ARCH_STM32
+ default y
+
config MACH_STM32F746
bool "STMicrolectronics STM32F746"
depends on ARCH_STM32
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2017-04-07 12:43 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-07 12:42 [PATCH v2 0/7] Add STM32F469 pinctrl and fix issues in STM32 pinctrl Alexandre TORGUE
2017-04-07 12:42 ` [PATCH v2 1/7] pinctrl: stm32: add possibility to use gpio-ranges to declare bank range Alexandre TORGUE
[not found] ` <1491568984-20169-2-git-send-email-alexandre.torgue-qxv4g6HH51o@public.gmane.org>
2017-04-24 12:20 ` Linus Walleij
2017-04-07 12:42 ` [PATCH v2 2/7] Documentation: dt: Remove bindings for STM32 pinctrl Alexandre TORGUE
2017-04-10 20:20 ` Rob Herring
2017-04-12 13:24 ` Alexandre Torgue
2017-04-24 12:25 ` Linus Walleij
2017-04-07 12:43 ` [PATCH v2 3/7] includes: dt-bindings: Rename STM32F429 pinctrl DT bindings Alexandre TORGUE
[not found] ` <1491568984-20169-4-git-send-email-alexandre.torgue-qxv4g6HH51o@public.gmane.org>
2017-04-10 20:27 ` Rob Herring
2017-04-12 13:31 ` Alexandre Torgue
2017-06-07 16:35 ` Alexandre Torgue
2017-06-14 13:05 ` Rob Herring
2017-04-07 12:43 ` [PATCH v2 4/7] pinctrl: stm32: Add STM32F469 MCU support Alexandre TORGUE
[not found] ` <1491568984-20169-5-git-send-email-alexandre.torgue-qxv4g6HH51o@public.gmane.org>
2017-04-24 12:27 ` Linus Walleij
[not found] ` <1491568984-20169-1-git-send-email-alexandre.torgue-qxv4g6HH51o@public.gmane.org>
2017-04-07 12:43 ` [PATCH v2 5/7] Documentation: dt: Add new compatible to STM32 pinctrl driver bindings Alexandre TORGUE
2017-04-10 20:30 ` Rob Herring
2017-04-24 12:29 ` Linus Walleij
2017-04-07 12:43 ` Alexandre TORGUE [this message]
2017-04-24 12:30 ` [PATCH v2 6/7] ARM: Kconfig: Introduce MACH_STM32F469 flag Linus Walleij
2017-04-24 16:06 ` Alexandre Torgue
2017-04-07 12:43 ` [PATCH v2 7/7] ARM: dts: stm32: create dedicated files for pinctrl definitions Alexandre TORGUE
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=1491568984-20169-7-git-send-email-alexandre.torgue@st.com \
--to=alexandre.torgue-qxv4g6hh51o@public.gmane.org \
--cc=arnd-r2nGTMty4D4@public.gmane.org \
--cc=corbet-T1hC0tSOHrs@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=mcoquelin.stm32-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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).