From: Michael Ellerman Date: Fri, 7 Aug 2015 06:19:46 +0000 (+1000) Subject: powerpc/mm: Simplify page size kconfig dependencies X-Git-Tag: omap-for-v4.3/fixes-rc1~100^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55f8b5b82fe7ab21da4153ed177b6fe17b1d59a3;p=pandora-kernel.git 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 Reviewed-by: Aneesh Kumar K.V --- Reading git-diff-tree failed