From: Michael Ellerman Date: Thu, 5 May 2022 12:51:23 +0000 (+1000) Subject: arch/Kconfig: Drop references to powerpc PAGE_SIZE symbols X-Git-Tag: v6.6.17~7407^2~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa06530a535ffe8ba8b68054003b6fb262a8ec6f;p=platform%2Fkernel%2Flinux-rpi.git arch/Kconfig: Drop references to powerpc PAGE_SIZE symbols In the previous commit powerpc added PAGE_SIZE related config symbols using the generic names. So there's no need to refer to them in the definition of PAGE_SIZE_LESS_THAN_64KB etc, the negative dependency on the generic symbol is sufficient (in this case !PAGE_SIZE_64KB). Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/20220505125123.2088143-2-mpe@ellerman.id.au --- diff --git a/arch/Kconfig b/arch/Kconfig index 31c4fdc4..d235c90 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -1007,12 +1007,10 @@ config PAGE_SIZE_LESS_THAN_64KB depends on !IA64_PAGE_SIZE_64KB depends on !PAGE_SIZE_64KB depends on !PARISC_PAGE_SIZE_64KB - depends on !PPC_64K_PAGES depends on PAGE_SIZE_LESS_THAN_256KB config PAGE_SIZE_LESS_THAN_256KB def_bool y - depends on !PPC_256K_PAGES depends on !PAGE_SIZE_256KB # This allows to use a set of generic functions to determine mmap base