Commit 6b5fa776 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Greg Kroah-Hartman

w1: select crc16 library for ds2406

commit 94859308 "w1: new w1_ds2406 driver" added a new driver
that uses the crc16 library, but didn't ensure that the core is
there. This adds the necessary Kconfig statements, just like we
have it for other w1 drivers.
Reported-by: default avatarkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarScott Alfter <scott@alfter.us>
Cc: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f34323b6
...@@ -40,6 +40,7 @@ config W1_SLAVE_DS2413 ...@@ -40,6 +40,7 @@ config W1_SLAVE_DS2413
config W1_SLAVE_DS2406 config W1_SLAVE_DS2406
tristate "Dual Channel Addressable Switch 0x12 family support (DS2406)" tristate "Dual Channel Addressable Switch 0x12 family support (DS2406)"
select CRC16
help help
Say Y or M here if you want to use a 1-wire Say Y or M here if you want to use a 1-wire
DS2406 Dual Channel Addressable Switch. EPROM read/write DS2406 Dual Channel Addressable Switch. EPROM read/write
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment