Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1710681 > unrolled thread

[PATCH] powerpc/8xx: fix two CONFIG_8xx left behind

Started byChristophe Leroy <christophe.leroy@c-s.fr>
First post2017-08-14 09:20 +0200
Last post2017-08-16 14:40 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] powerpc/8xx: fix two CONFIG_8xx left behind Christophe Leroy <christophe.leroy@c-s.fr> - 2017-08-14 09:20 +0200
    Re: powerpc/8xx: fix two CONFIG_8xx left behind Michael Ellerman <patch-notifications@ellerman.id.au> - 2017-08-16 14:40 +0200

#1710681 — [PATCH] powerpc/8xx: fix two CONFIG_8xx left behind

FromChristophe Leroy <christophe.leroy@c-s.fr>
Date2017-08-14 09:20 +0200
Subject[PATCH] powerpc/8xx: fix two CONFIG_8xx left behind
Message-ID<uehPk-17F-13@gated-at.bofh.it>
Commit 968159c0031ac ("powerpc/8xx: Getting rid of remaining
use of CONFIG_8xx") removed all but 2 references to 8xx in
Kconfigs.

This patch removes the two remaining ones.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
---
 arch/powerpc/Kconfig               | 2 +-
 arch/powerpc/platforms/8xx/Kconfig | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index c8334a5b0eb7..2a290561e851 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -1176,7 +1176,7 @@ config CONSISTENT_SIZE
 
 config PIN_TLB
 	bool "Pinned Kernel TLBs (860 ONLY)"
-	depends on ADVANCED_OPTIONS && 8xx
+	depends on ADVANCED_OPTIONS && PPC_8xx
 
 config PIN_TLB_IMMR
 	bool "Pinned TLB for IMMR"
diff --git a/arch/powerpc/platforms/8xx/Kconfig b/arch/powerpc/platforms/8xx/Kconfig
index d3f664f5166b..536b0c5d5ce3 100644
--- a/arch/powerpc/platforms/8xx/Kconfig
+++ b/arch/powerpc/platforms/8xx/Kconfig
@@ -91,7 +91,7 @@ endmenu
 #
 
 menu "MPC8xx CPM Options"
-	depends on 8xx
+	depends on PPC_8xx
 
 # This doesn't really belong here, but it is convenient to ask
 # 8xx specific questions.
-- 
2.13.3

[toc] | [next] | [standalone]


#1712909 — Re: powerpc/8xx: fix two CONFIG_8xx left behind

FromMichael Ellerman <patch-notifications@ellerman.id.au>
Date2017-08-16 14:40 +0200
SubjectRe: powerpc/8xx: fix two CONFIG_8xx left behind
Message-ID<uf5M5-73I-5@gated-at.bofh.it>
In reply to#1710681
On Mon, 2017-08-14 at 07:14:19 UTC, Christophe Leroy wrote:
> Commit 968159c0031ac ("powerpc/8xx: Getting rid of remaining
> use of CONFIG_8xx") removed all but 2 references to 8xx in
> Kconfigs.
> 
> This patch removes the two remaining ones.
> 
> Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/ab2675d6acec03aec4a866f7d293fd

cheers

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web