From: Evgeniy Polyakov <[email protected]> If w1 is not enabled, w1_con should not appear in configuration, even if no logic is turned on without w1. W1_CON should depend on W1 also. Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Evgeniy Polyakov <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> --- drivers/w1/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/w1/Kconfig b/drivers/w1/Kconfig index 0c6c435..f2d9a08 100644 --- a/drivers/w1/Kconfig +++ b/drivers/w1/Kconfig @@ -12,7 +12,7 @@ config W1 will be called wire.ko. config W1_CON - depends on CONNECTOR + depends on CONNECTOR && W1 bool "Userspace communication over connector" default y --- help --- -- 1.4.0 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- [PATCH 14/14] [PATCH] w1: warning fix
- From: Greg KH <[email protected]>
- [PATCH 14/14] [PATCH] w1: warning fix
- References:
- [GIT PATCH] W1 patches for 2.6.17
- From: Greg KH <[email protected]>
- [PATCH 1/14] [PATCH] w1: Added default generic read/write operations.
- From: Greg KH <[email protected]>
- [PATCH 2/14] [PATCH] w1: Replace dscore and ds_w1_bridge with ds2490 driver.
- From: Greg KH <[email protected]>
- [PATCH 3/14] [PATCH] w1: Userspace communication protocol over connector.
- From: Greg KH <[email protected]>
- [PATCH 4/14] [PATCH] w1: Move w1-connector definitions into linux/include/connector.h
- From: Greg KH <[email protected]>
- [PATCH 5/14] [PATCH] w1: netlink: Mark netlink group 1 as unused.
- From: Greg KH <[email protected]>
- [PATCH 6/14] [PATCH] w1: Make w1 connector notifications depend on connector.
- From: Greg KH <[email protected]>
- [PATCH 7/14] [PATCH] w1: Use mutexes instead of semaphores.
- From: Greg KH <[email protected]>
- [PATCH 8/14] [PATCH] w1 exports
- From: Greg KH <[email protected]>
- [PATCH 9/14] [PATCH] W1: cleanups
- From: Greg KH <[email protected]>
- [PATCH 10/14] [PATCH] W1: possible cleanups
- From: Greg KH <[email protected]>
- [PATCH 11/14] [PATCH] W1: fix dependencies of W1_SLAVE_DS2433_CRC
- From: Greg KH <[email protected]>
- [PATCH 12/14] [PATCH] drivers/w1/w1.c: fix a compile error
- From: Greg KH <[email protected]>
- [GIT PATCH] W1 patches for 2.6.17
- Prev by Date: Re: [GIT PATCH] USB patches for 2.6.17
- Next by Date: [PATCH 12/14] [PATCH] drivers/w1/w1.c: fix a compile error
- Previous by thread: [PATCH 12/14] [PATCH] drivers/w1/w1.c: fix a compile error
- Next by thread: [PATCH 14/14] [PATCH] w1: warning fix
- Index(es):