Skip to content

Commit

Permalink
powerpc: Make LOWMEM_CAM_NUM depend on FSL_BOOKE
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Josh Boyer authored and Kumar Gala committed Mar 31, 2009
1 parent 15f7176 commit 9b71dbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9b71dbd

Please sign in to comment.