public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* fix silly config option.
@ 2005-06-27  5:39 Dave Jones
  2005-06-27 11:21 ` Adrian Bunk
  2005-06-27 19:03 ` Michael Krufky
  0 siblings, 2 replies; 6+ messages in thread
From: Dave Jones @ 2005-06-27  5:39 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds

CONFIG_CONFIG_TUNER_MULTI_I2C probably isn't what the
author meant to create.

Signed-off-by: Dave Jones <davej@redhat.com>

--- linux-2.6.12/drivers/media/video/Kconfig~	2005-06-27 01:37:39.000000000 -0400
+++ linux-2.6.12/drivers/media/video/Kconfig	2005-06-27 01:37:56.000000000 -0400
@@ -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---

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

end of thread, other threads:[~2005-06-27 19:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-27  5:39 fix silly config option Dave Jones
2005-06-27 11:21 ` Adrian Bunk
2005-06-27 15:02   ` Dave Jones
2005-06-27 19:03 ` Michael Krufky
2005-06-27 19:07   ` Dave Jones
2005-06-27 19:09     ` Michael Krufky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox