[PATCH] (12/43) Kconfig fix (arv)

From: Al Viro
Date: Tue Aug 23 2005 - 16:55:39 EST


arv uses constants provided only by include/asm-m32r/m32700ut/m32700ut_lan.h
It won't build for any subarchitecture other than M32700UT; marked as such.

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
----
diff -urN RC13-rc6-git13-infiniband/drivers/media/video/Kconfig RC13-rc6-git13-arv/drivers/media/video/Kconfig
--- RC13-rc6-git13-infiniband/drivers/media/video/Kconfig 2005-08-10 10:37:49.000000000 -0400
+++ RC13-rc6-git13-arv/drivers/media/video/Kconfig 2005-08-21 13:16:55.000000000 -0400
@@ -356,7 +356,7 @@

config VIDEO_M32R_AR_M64278
tristate "Use Colour AR module M64278(VGA)"
- depends on VIDEO_M32R_AR
+ depends on VIDEO_M32R_AR && PLAT_M32700UT
---help---
Say Y here to use the Renesas M64278E-800 camera module,
which supports VGA(640x480 pixcels) size of images.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/