summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Jones2005-06-27 07:39:28 +0200
committerLinus Torvalds2005-06-27 23:33:30 +0200
commita94130e00038ebeb2f66901a4a4a9e05a03051c1 (patch)
treefbad2ced397c98912fbac42aa97622a02f5818ed
parent[PATCH] CFQ io scheduler: scheduler switch oops (diff)
downloadkernel-qcow2-linux-a94130e00038ebeb2f66901a4a4a9e05a03051c1.tar.gz
kernel-qcow2-linux-a94130e00038ebeb2f66901a4a4a9e05a03051c1.tar.xz
kernel-qcow2-linux-a94130e00038ebeb2f66901a4a4a9e05a03051c1.zip
[PATCH] fix silly config option.
CONFIG_CONFIG_TUNER_MULTI_I2C probably isn't what the author meant to create. Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--drivers/media/video/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index f9383e7f34ff..1b70f8b0feb9 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -7,7 +7,7 @@ menu "Video For Linux"
comment "Video Adapters"
-config CONFIG_TUNER_MULTI_I2C
+config TUNER_MULTI_I2C
bool "Enable support for multiple I2C devices on Video Adapters (EXPERIMENTAL)"
depends on VIDEO_DEV && EXPERIMENTAL
---help---