From: shc_work@mail.ru (Alexander Shiyan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: i.MX: Open "Device tree only" Kconfig chapter for non-V7 CPUs
Date: Wed, 14 May 2014 21:30:13 +0400 [thread overview]
Message-ID: <1400088614-27280-1-git-send-email-shc_work@mail.ru> (raw)
This patch allows to add support for other (non-V7) CPUs into
"Device tree only" Kconfig chapter.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
arch/arm/mach-imx/Kconfig | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index d56eb1a..29433e7 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -742,23 +742,25 @@ config MACH_EUKREA_MBIMXSD51_BASEBOARD
endchoice
+endif
+
comment "Device tree only"
-config SOC_IMX50
+config SOC_IMX50
bool "i.MX50 support"
+ depends on ARCH_MULTI_V7
select HAVE_IMX_SRC
select PINCTRL_IMX50
select SOC_IMX5
-
help
This enables support for Freescale i.MX50 processor.
-config SOC_IMX53
+config SOC_IMX53
bool "i.MX53 support"
+ depends on ARCH_MULTI_V7
select HAVE_IMX_SRC
select PINCTRL_IMX53
select SOC_IMX5
-
help
This enables support for Freescale i.MX53 processor.
@@ -778,6 +780,7 @@ config SOC_IMX6
config SOC_IMX6Q
bool "i.MX6 Quad/DualLite support"
+ depends on ARCH_MULTI_V7
select ARM_ERRATA_764369 if SMP
select HAVE_ARM_SCU if SMP
select HAVE_ARM_TWD if SMP
@@ -785,32 +788,29 @@ config SOC_IMX6Q
select PCI_DOMAINS if PCI
select PINCTRL_IMX6Q
select SOC_IMX6
-
help
This enables support for Freescale i.MX6 Quad processor.
config SOC_IMX6SL
bool "i.MX6 SoloLite support"
+ depends on ARCH_MULTI_V7
select PINCTRL_IMX6SL
select SOC_IMX6
-
help
This enables support for Freescale i.MX6 SoloLite processor.
config SOC_VF610
bool "Vybrid Family VF610 support"
+ depends on ARCH_MULTI_V7
select ARM_GIC
select PINCTRL_VF610
select VF_PIT_TIMER
select PL310_ERRATA_588369 if CACHE_PL310
select PL310_ERRATA_727915 if CACHE_PL310
select PL310_ERRATA_769419 if CACHE_PL310
-
help
This enable support for Freescale Vybrid VF610 processor.
-endif
-
source "arch/arm/mach-imx/devices/Kconfig"
endmenu
--
1.8.3.2
next reply other threads:[~2014-05-14 17:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-14 17:30 Alexander Shiyan [this message]
2014-05-14 17:30 ` [PATCH 2/2] ARM: i.MX: Select HAVE_IMX_SRC for i.MX5 globally Alexander Shiyan
2014-05-19 5:25 ` Shawn Guo
2014-05-19 5:23 ` [PATCH 1/2] ARM: i.MX: Open "Device tree only" Kconfig chapter for non-V7 CPUs Shawn Guo
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=1400088614-27280-1-git-send-email-shc_work@mail.ru \
--to=shc_work@mail.ru \
--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).