From: Josh Boyer Date: Tue, 31 Mar 2009 12:05:50 +0000 (-0400) Subject: powerpc: Make LOWMEM_CAM_NUM depend on FSL_BOOKE X-Git-Tag: upstream/snapshot3+hdmi~18988^2~49^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b71dbd3c44c29665f1af5b9bb2ba8bc056a83a7;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git powerpc: Make LOWMEM_CAM_NUM depend on FSL_BOOKE The recent addition of CONFIG_LOWMEM_CAM_BOOL and CONFIG_LOWMEM_CAM_NUM cause the latter to show up in configs that do not need it during 'make oldconfig'. Make LOWMEM_CAM_NUM depend on FSL_BOOKE. Signed-off-by: Josh Boyer Signed-off-by: Kumar Gala --- diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index ad6b1c0..7d1a535 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -772,6 +772,7 @@ config LOWMEM_CAM_NUM_BOOL Say N here unless you know what you are doing. config LOWMEM_CAM_NUM + depends on FSL_BOOKE int "Number of CAMs to use to map low memory" if LOWMEM_CAM_NUM_BOOL default 3