All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] powerpc: Make LOWMEM_CAM_NUM depend on FSL_BOOKE
@ 2009-03-31 12:05 Josh Boyer
  2009-03-31 13:32 ` Kumar Gala
  0 siblings, 1 reply; 2+ messages in thread
From: Josh Boyer @ 2009-03-31 12:05 UTC (permalink / raw)
  To: galak; +Cc: linuxppc-dev

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>

---

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] powerpc: Make LOWMEM_CAM_NUM depend on FSL_BOOKE
  2009-03-31 12:05 [PATCH] powerpc: Make LOWMEM_CAM_NUM depend on FSL_BOOKE Josh Boyer
@ 2009-03-31 13:32 ` Kumar Gala
  0 siblings, 0 replies; 2+ messages in thread
From: Kumar Gala @ 2009-03-31 13:32 UTC (permalink / raw)
  To: Josh Boyer; +Cc: linuxppc-dev


On Mar 31, 2009, at 7:05 AM, Josh Boyer wrote:

> 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>
>
> ---

fixed up an applied

- k

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-31 13:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-31 12:05 [PATCH] powerpc: Make LOWMEM_CAM_NUM depend on FSL_BOOKE Josh Boyer
2009-03-31 13:32 ` Kumar Gala

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.