* [patch 0/1] [PATCH] Fix Kconfigs for net-2.6.24
@ 2007-09-05 17:07 dlezcano
2007-09-05 17:07 ` [patch 1/1] Fix some Kconfigs on net-2.6.24 dlezcano
2007-09-06 19:53 ` [patch 0/1] [PATCH] Fix Kconfigs for net-2.6.24 David Miller
0 siblings, 2 replies; 3+ messages in thread
From: dlezcano @ 2007-09-05 17:07 UTC (permalink / raw)
To: davem; +Cc: netdev
Fixes for 3 typos in Kconfig files
--
^ permalink raw reply [flat|nested] 3+ messages in thread
* [patch 1/1] Fix some Kconfigs on net-2.6.24
2007-09-05 17:07 [patch 0/1] [PATCH] Fix Kconfigs for net-2.6.24 dlezcano
@ 2007-09-05 17:07 ` dlezcano
2007-09-06 19:53 ` [patch 0/1] [PATCH] Fix Kconfigs for net-2.6.24 David Miller
1 sibling, 0 replies; 3+ messages in thread
From: dlezcano @ 2007-09-05 17:07 UTC (permalink / raw)
To: davem; +Cc: netdev
[-- Attachment #1: net-2.6.24-fix-Kconfig.patch --]
[-- Type: text/plain, Size: 1576 bytes --]
From: Daniel Lezcano <dlezcano@fr.ibm.com>
Three fixes for Kconfigs.
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
---
drivers/input/misc/Kconfig | 2 +-
drivers/leds/Kconfig | 2 +-
drivers/telephony/Kconfig | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
Index: net-2.6.24/drivers/input/misc/Kconfig
===================================================================
--- net-2.6.24.orig/drivers/input/misc/Kconfig
+++ net-2.6.24/drivers/input/misc/Kconfig
@@ -152,7 +152,7 @@
config INPUT_YEALINK
tristate "Yealink usb-p1k voip phone"
- depends EXPERIMENTAL
+ depends on EXPERIMENTAL
depends on USB_ARCH_HAS_HCD
select USB
help
Index: net-2.6.24/drivers/leds/Kconfig
===================================================================
--- net-2.6.24.orig/drivers/leds/Kconfig
+++ net-2.6.24/drivers/leds/Kconfig
@@ -83,7 +83,7 @@
config LEDS_H1940
tristate "LED Support for iPAQ H1940 device"
- depends LEDS_CLASS && ARCH_H1940
+ depends on LEDS_CLASS && ARCH_H1940
help
This option enables support for the LEDs on the h1940.
Index: net-2.6.24/drivers/telephony/Kconfig
===================================================================
--- net-2.6.24.orig/drivers/telephony/Kconfig
+++ net-2.6.24/drivers/telephony/Kconfig
@@ -19,7 +19,7 @@
config PHONE_IXJ
tristate "QuickNet Internet LineJack/PhoneJack support"
- depends ISA || PCI
+ depends on ISA || PCI
---help---
Say M if you have a telephony card manufactured by Quicknet
Technologies, Inc. These include the Internet PhoneJACK and
--
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch 0/1] [PATCH] Fix Kconfigs for net-2.6.24
2007-09-05 17:07 [patch 0/1] [PATCH] Fix Kconfigs for net-2.6.24 dlezcano
2007-09-05 17:07 ` [patch 1/1] Fix some Kconfigs on net-2.6.24 dlezcano
@ 2007-09-06 19:53 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2007-09-06 19:53 UTC (permalink / raw)
To: dlezcano; +Cc: netdev
From: dlezcano@fr.ibm.com
Date: Wed, 05 Sep 2007 19:07:29 +0200
> Fixes for 3 typos in Kconfig files
While these fixes are appreciated, I do not think they fall
under the networking umbrella.
Please resubmit them to linux-kernel or similar.
Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-09-06 19:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-05 17:07 [patch 0/1] [PATCH] Fix Kconfigs for net-2.6.24 dlezcano
2007-09-05 17:07 ` [patch 1/1] Fix some Kconfigs on net-2.6.24 dlezcano
2007-09-06 19:53 ` [patch 0/1] [PATCH] Fix Kconfigs for net-2.6.24 David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox