Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1281656 > unrolled thread
| Started by | Mark Brown <broonie@kernel.org> |
|---|---|
| First post | 2015-12-02 12:30 +0100 |
| Last post | 2015-12-02 12:40 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
linux-next: manual merge of the renesas tree with the arm-soc tree Mark Brown <broonie@kernel.org> - 2015-12-02 12:30 +0100
Re: linux-next: manual merge of the renesas tree with the arm-soc tree Arnd Bergmann <arnd@arndb.de> - 2015-12-02 12:40 +0100
| From | Mark Brown <broonie@kernel.org> |
|---|---|
| Date | 2015-12-02 12:30 +0100 |
| Subject | linux-next: manual merge of the renesas tree with the arm-soc tree |
| Message-ID | <qBdLI-6vD-25@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
Hi Simon,
Today's linux-next merge of the renesas tree got a conflict in
arch/arm/mach-shmobile/Kconfig between commit e32465429490 ("ARM: use "depends
on" for SoC configs instead of "if" after prompt") from the arm-soc tree and
commit 9b5ba0df4ea4f94 ("ARM: shmobile: Introduce ARCH_RENESAS") from the
renesas tree.
I fixed it up (see below) and can carry the fix as necessary (no action
is required).
diff --cc arch/arm/mach-shmobile/Kconfig
index 0f25f8fa2692,4ed72b124235..000000000000
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@@ -29,10 -31,11 +31,11 @@@ config ARCH_RMOBIL
select SYS_SUPPORTS_SH_CMT
select SYS_SUPPORTS_SH_TMU
- menuconfig ARCH_SHMOBILE_MULTI
+ menuconfig ARCH_RENESAS
- bool "Renesas ARM SoCs" if ARCH_MULTI_V7
- depends on MMU
+ bool "Renesas ARM SoCs"
+ depends on ARCH_MULTI_V7 && MMU
select ARCH_SHMOBILE
+ select ARCH_SHMOBILE_MULTI
select HAVE_ARM_SCU if SMP
select HAVE_ARM_TWD if SMP
select ARM_GIC
[toc] | [next] | [standalone]
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Date | 2015-12-02 12:40 +0100 |
| Message-ID | <qBdVo-6zq-11@gated-at.bofh.it> |
| In reply to | #1281656 |
On Wednesday 02 December 2015 11:21:09 Mark Brown wrote:
>
> Today's linux-next merge of the renesas tree got a conflict in
> arch/arm/mach-shmobile/Kconfig between commit e32465429490 ("ARM: use "depends
> on" for SoC configs instead of "if" after prompt") from the arm-soc tree and
> commit 9b5ba0df4ea4f94 ("ARM: shmobile: Introduce ARCH_RENESAS") from the
> renesas tree.
>
> I fixed it up (see below) and can carry the fix as necessary (no action
> is required).
(as predicted by Simon ;-) )
I plan to put the cross-platform changes I have in next/cleanup into a separate
branch that can be pulled into other branches to resolve those issues.
Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web