]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Add generic PAGE_SIZE config symbols
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 5 May 2022 12:51:22 +0000 (22:51 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 22 May 2022 05:58:27 +0000 (15:58 +1000)
commit1bcfd5426394519391e91dc59168945edecbc2ca
tree85ea82f54765547e6542fb3e4cbefca06dfb2a93
parent46ff1ab07259988c4921d8ed9ec275c94a2abb71
powerpc: Add generic PAGE_SIZE config symbols

Other arches (sh, mips, hexagon) use standard names for PAGE_SIZE
related config symbols.

Add matching symbols for powerpc, which are enabled by default but
depend on our architecture specific PAGE_SIZE symbols.

This allows generic/driver code to express dependencies on the PAGE_SIZE
without needing to refer to architecture specific config symbols.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220505125123.2088143-1-mpe@ellerman.id.au
arch/powerpc/Kconfig