]> nv-tegra.nvidia Code Review - linux-3.10.git/commitdiff
powerpc: Make LOWMEM_CAM_NUM depend on FSL_BOOKE
authorJosh Boyer <jwboyer@linux.vnet.ibm.com>
Tue, 31 Mar 2009 12:05:50 +0000 (08:05 -0400)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 31 Mar 2009 13:31:45 +0000 (08:31 -0500)
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 <jwboyer@linux.vnet.ibm.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/Kconfig

index ad6b1c084fe35ddcfdeb26695519237b49e7368f..7d1a535f9fe7987dcb2ae95f9b85bab859809f83 100644 (file)
@@ -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