diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/w1/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/w1/Kconfig b/drivers/w1/Kconfig index 0c6c4359bf7b..f2d9a08e89ae 100644 --- a/drivers/w1/Kconfig +++ b/drivers/w1/Kconfig | |||
@@ -12,7 +12,7 @@ config W1 | |||
12 | will be called wire.ko. | 12 | will be called wire.ko. |
13 | 13 | ||
14 | config W1_CON | 14 | config W1_CON |
15 | depends on CONNECTOR | 15 | depends on CONNECTOR && W1 |
16 | bool "Userspace communication over connector" | 16 | bool "Userspace communication over connector" |
17 | default y | 17 | default y |
18 | --- help --- | 18 | --- help --- |