w1: select crc16 library for ds2406
authorArnd Bergmann <arnd@arndb.de>
Mon, 23 Jun 2014 14:31:47 +0000 (16:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Jun 2014 16:38:08 +0000 (12:38 -0400)
commit6b5fa77608352f05769ca4e10ec3a32d1446b4a6
tree22afbdce9a6f481841a2c31aff74b200ba81097e
parentf34323b64ac6bb475e158f93c08ee677ecffe8a3
w1: select crc16 library for ds2406

commit 94859308a21b "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: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Scott Alfter <scott@alfter.us>
Cc: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/w1/slaves/Kconfig