* [PATCH] android: make persistent_ram based drivers depend on HAVE_MEMBLOCK
@ 2012-03-21 17:18 Colin Cross
2012-04-08 8:43 ` Geert Uytterhoeven
0 siblings, 1 reply; 2+ messages in thread
From: Colin Cross @ 2012-03-21 17:18 UTC (permalink / raw)
To: linux-kernel, linux-next
Cc: Geert Uytterhoeven, John Stultz, Paul Gortmaker,
Android Kernel Team, gregkh, Linus Torvalds, Colin Cross
m68k doesn't have memblock_reserve, which causes a build failure
with allmodconfig. Make PERSISTENT_RAM and RAM_CONSOLE depend on
HAVE_MEMBLOCK.
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reported-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Colin Cross <ccross@android.com>
---
drivers/staging/android/Kconfig | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
I can't test on m68k, but this disables the options if I remove
HAVE_MEMBLOCK from arm.
diff --git a/drivers/staging/android/Kconfig b/drivers/staging/android/Kconfig
index 08a3b11..eb1dee2 100644
--- a/drivers/staging/android/Kconfig
+++ b/drivers/staging/android/Kconfig
@@ -27,13 +27,14 @@ config ANDROID_LOGGER
config ANDROID_PERSISTENT_RAM
bool
+ depends on HAVE_MEMBLOCK
select REED_SOLOMON
select REED_SOLOMON_ENC8
select REED_SOLOMON_DEC8
config ANDROID_RAM_CONSOLE
bool "Android RAM buffer console"
- depends on !S390 && !UML
+ depends on !S390 && !UML && HAVE_MEMBLOCK
select ANDROID_PERSISTENT_RAM
default n
--
1.7.7.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] android: make persistent_ram based drivers depend on HAVE_MEMBLOCK
2012-03-21 17:18 [PATCH] android: make persistent_ram based drivers depend on HAVE_MEMBLOCK Colin Cross
@ 2012-04-08 8:43 ` Geert Uytterhoeven
0 siblings, 0 replies; 2+ messages in thread
From: Geert Uytterhoeven @ 2012-04-08 8:43 UTC (permalink / raw)
To: Colin Cross
Cc: linux-kernel, linux-next, John Stultz, Paul Gortmaker,
Android Kernel Team, gregkh, Linus Torvalds
On Wed, Mar 21, 2012 at 18:18, Colin Cross <ccross@android.com> wrote:
> m68k doesn't have memblock_reserve, which causes a build failure
> with allmodconfig. Make PERSISTENT_RAM and RAM_CONSOLE depend on
> HAVE_MEMBLOCK.
>
> Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
> Reported-by: Paul Gortmaker <paul.gortmaker@windriver.com>
> Signed-off-by: Colin Cross <ccross@android.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
> ---
> drivers/staging/android/Kconfig | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> I can't test on m68k, but this disables the options if I remove
> HAVE_MEMBLOCK from arm.
>
> diff --git a/drivers/staging/android/Kconfig b/drivers/staging/android/Kconfig
> index 08a3b11..eb1dee2 100644
> --- a/drivers/staging/android/Kconfig
> +++ b/drivers/staging/android/Kconfig
> @@ -27,13 +27,14 @@ config ANDROID_LOGGER
>
> config ANDROID_PERSISTENT_RAM
> bool
> + depends on HAVE_MEMBLOCK
> select REED_SOLOMON
> select REED_SOLOMON_ENC8
> select REED_SOLOMON_DEC8
>
> config ANDROID_RAM_CONSOLE
> bool "Android RAM buffer console"
> - depends on !S390 && !UML
> + depends on !S390 && !UML && HAVE_MEMBLOCK
> select ANDROID_PERSISTENT_RAM
> default n
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-08 8:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-21 17:18 [PATCH] android: make persistent_ram based drivers depend on HAVE_MEMBLOCK Colin Cross
2012-04-08 8:43 ` Geert Uytterhoeven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox