[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4F8ED879.9090606@xenotime.net>
Date: Wed, 18 Apr 2012 08:06:33 -0700
From: Randy Dunlap <rdunlap@...otime.net>
To: Stephen Rothwell <sfr@...b.auug.org.au>
CC: linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Evgeniy Polyakov <zbr@...emap.net>
Subject: [PATCH -next] w1: fix ds28e04 build, select CRC16
From: Randy Dunlap <rdunlap@...otime.net>
Fix build error by selecting CRC16:
ERROR: "crc16" [drivers/w1/slaves/w1_ds28e04.ko] undefined!
Signed-off-by: Randy Dunlap <rdunlap@...otime.net>
Cc: Evgeniy Polyakov <zbr@...emap.net>
---
drivers/w1/slaves/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- linux-next-20120418.orig/drivers/w1/slaves/Kconfig
+++ linux-next-20120418/drivers/w1/slaves/Kconfig
@@ -97,6 +97,7 @@ config W1_SLAVE_DS2781
config W1_SLAVE_DS28E04
tristate "4096-Bit Addressable 1-Wire EEPROM with PIO (DS28E04-100)"
depends on W1
+ select CRC16
help
Say Y here if you want to use a 1-wire
4kb EEPROM with PIO family device (DS28E04).
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists