commit | 5b3e84fc10ddb77193d6ac1d2be991d47264c716 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Sat Nov 17 10:25:04 2018 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Nov 26 22:33:37 2018 +1100 |
tree | c2f578dabbd3b2736cc05b12a22e35fde7f10745 | |
parent | 68289ae935da5a8488c0268111631f644d27b683 [diff] |
powerpc: change CONFIG_PPC_STD_MMU to CONFIG_PPC_BOOK3S Today we have: config PPC_BOOK3S def_bool y depends on PPC_BOOK3S_32 || PPC_BOOK3S_64 config PPC_STD_MMU def_bool y depends on PPC_BOOK3S PPC_STD_MMU is therefore redundant with PPC_BOOK3S. Lets remove it. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>