diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-02-22 02:29:48 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-02-28 18:27:09 -0500 |
commit | adffe4ab961113c5db8fee802f8e39b82a15d8e1 (patch) | |
tree | 0e01d3006aa0084fc693de050f658824eed755aa /drivers/w1/masters | |
parent | e0117521e555224ec8938e69832b0b4c69954d54 (diff) |
w1: Remove excess dependencies on W1 for masters and slaves
Configuration for masters and slaves is included only if W1 symbol
enabled, so no reason to check it once more.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/w1/masters')
-rw-r--r-- | drivers/w1/masters/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/w1/masters/Kconfig b/drivers/w1/masters/Kconfig index efc7f075fcbe..6ffe120efcc3 100644 --- a/drivers/w1/masters/Kconfig +++ b/drivers/w1/masters/Kconfig | |||
@@ -36,13 +36,12 @@ config W1_MASTER_DS2482 | |||
36 | 36 | ||
37 | config W1_MASTER_MXC | 37 | config W1_MASTER_MXC |
38 | tristate "Freescale MXC 1-wire busmaster" | 38 | tristate "Freescale MXC 1-wire busmaster" |
39 | depends on W1 && ARCH_MXC | 39 | depends on ARCH_MXC |
40 | help | 40 | help |
41 | Say Y here to enable MXC 1-wire host | 41 | Say Y here to enable MXC 1-wire host |
42 | 42 | ||
43 | config W1_MASTER_DS1WM | 43 | config W1_MASTER_DS1WM |
44 | tristate "Maxim DS1WM 1-wire busmaster" | 44 | tristate "Maxim DS1WM 1-wire busmaster" |
45 | depends on W1 | ||
46 | help | 45 | help |
47 | Say Y here to enable the DS1WM 1-wire driver, such as that | 46 | Say Y here to enable the DS1WM 1-wire driver, such as that |
48 | in HP iPAQ devices like h5xxx, h2200, and ASIC3-based like | 47 | in HP iPAQ devices like h5xxx, h2200, and ASIC3-based like |