diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-08-23 22:45:46 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-23 18:43:41 -0700 |
commit | b545d48ca0e41803a19864c924d2efcdd4839df2 (patch) | |
tree | f5fdcf5dd425fc6df501971ac2575360d7c37c05 | |
parent | a2b2f45be7e9138bde7fcba3b8e9257fea04d087 (diff) | |
download | op-kernel-dev-b545d48ca0e41803a19864c924d2efcdd4839df2.zip op-kernel-dev-b545d48ca0e41803a19864c924d2efcdd4839df2.tar.gz |
[PATCH] Kconfig fix (arv)
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@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | drivers/media/video/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index ac81e5e..3f57423 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -356,7 +356,7 @@ config VIDEO_M32R_AR 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. |