diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2009-03-31 08:05:50 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-03-31 09:31:45 -0400 |
commit | 9b71dbd3c44c29665f1af5b9bb2ba8bc056a83a7 (patch) | |
tree | bc07b4934274e825c87cf3663fdaff2f08ea2084 /arch | |
parent | 15f7176eb1cccec0a332541285ee752b935c1c85 (diff) |
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 <jwboyer@linux.vnet.ibm.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index ad6b1c084fe3..7d1a535f9fe7 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -772,6 +772,7 @@ config LOWMEM_CAM_NUM_BOOL | |||
772 | Say N here unless you know what you are doing. | 772 | Say N here unless you know what you are doing. |
773 | 773 | ||
774 | config LOWMEM_CAM_NUM | 774 | config LOWMEM_CAM_NUM |
775 | depends on FSL_BOOKE | ||
775 | int "Number of CAMs to use to map low memory" if LOWMEM_CAM_NUM_BOOL | 776 | int "Number of CAMs to use to map low memory" if LOWMEM_CAM_NUM_BOOL |
776 | default 3 | 777 | default 3 |
777 | 778 | ||