From: Christophe Leroy Date: Mon, 14 Aug 2017 07:14:19 +0000 (+0200) Subject: powerpc/8xx: Fix two CONFIG_8xx left behind X-Git-Tag: v4.14-rc1~119^2~225 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab2675d6acec03aec4a866f7d293fdbcd77d2be1;p=platform%2Fkernel%2Flinux-exynos.git powerpc/8xx: Fix two CONFIG_8xx left behind 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. Fixes: 968159c0031a ("powerpc/8xx: Getting rid of remaining use of CONFIG_8xx") Signed-off-by: Christophe Leroy Signed-off-by: Michael Ellerman --- diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index c8334a5..2a29056 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 d3f664f..536b0c5 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.