commit | 55f8b5b82fe7ab21da4153ed177b6fe17b1d59a3 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Fri Aug 07 16:19:46 2015 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Aug 18 19:32:10 2015 +1000 |
tree | 924768465a08cf0c7c11bd8b27b851fb8b324365 | |
parent | 953005770ec3b52132a4cdbdbce74bd0de2b8490 [diff] |
powerpc/mm: Simplify page size kconfig dependencies For config options with only a single value, guarding the single value with 'if' is the same as adding a 'depends' statement. And it's more standard to just use 'depends'. And if the option has both an 'if' guard and a 'depends' we can collapse them into a single 'depends' by combining them with &&. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>