Skip to content

Commit 652719b

Browse files
committed
w1: remove ds1wm driver
This driver was used by the mfd/asic3 and mfd/htc-pasic3 drivers, but both of those are removed as part of the PXA spring cleaning, which leaves the w1 support orphaned as well. Cc: Evgeniy Polyakov <[email protected]> Cc: Szabolcs Gyurko <[email protected]> Acked-by: Robert Jarzmik <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 8948006 commit 652719b

File tree

3 files changed

+0
-683
lines changed

3 files changed

+0
-683
lines changed

drivers/w1/masters/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@ config W1_MASTER_MXC
4141
help
4242
Say Y here to enable MXC 1-wire host
4343

44-
config W1_MASTER_DS1WM
45-
tristate "Maxim DS1WM 1-wire busmaster"
46-
help
47-
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
49-
hx4700.
50-
5144
config W1_MASTER_GPIO
5245
tristate "GPIO 1-wire busmaster"
5346
depends on GPIOLIB || COMPILE_TEST

drivers/w1/masters/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ obj-$(CONFIG_W1_MASTER_DS2490) += ds2490.o
88
obj-$(CONFIG_W1_MASTER_DS2482) += ds2482.o
99
obj-$(CONFIG_W1_MASTER_MXC) += mxc_w1.o
1010

11-
obj-$(CONFIG_W1_MASTER_DS1WM) += ds1wm.o
1211
obj-$(CONFIG_W1_MASTER_GPIO) += w1-gpio.o
1312
obj-$(CONFIG_HDQ_MASTER_OMAP) += omap_hdq.o
1413
obj-$(CONFIG_W1_MASTER_SGI) += sgi_w1.o

0 commit comments

Comments
 (0)