* [PATCH -next] nfc: shdlc needs to select CRC_CCITT [not found] <20120514200357.e7448e4ca061c8efe3d4757d@canb.auug.org.au> @ 2012-05-14 20:13 ` Randy Dunlap 2012-05-14 20:32 ` Samuel Ortiz 0 siblings, 1 reply; 2+ messages in thread From: Randy Dunlap @ 2012-05-14 20:13 UTC (permalink / raw) To: Stephen Rothwell Cc: linux-next, LKML, linux-wireless, Lauro Ramos Venancio, Aloisio Almeida Jr, Samuel Ortiz From: Randy Dunlap <rdunlap@xenotime.net> Fix build error: SHDLC uses crc_ccitt so it should select CRC_CCITT. ERROR: "crc_ccitt" [net/nfc/hci/hci.ko] undefined! Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Cc: Lauro Ramos Venancio <lauro.venancio@openbossa.org> Cc: Aloisio Almeida Jr <aloisio.almeida@openbossa.org> Cc: Samuel Ortiz <sameo@linux.intel.com> --- net/nfc/hci/Kconfig | 1 + 1 file changed, 1 insertion(+) --- linux-next-20120514.orig/net/nfc/hci/Kconfig +++ linux-next-20120514/net/nfc/hci/Kconfig @@ -11,6 +11,7 @@ config NFC_SHDLC depends on NFC_HCI bool "SHDLC link layer for HCI based NFC drivers" default n + select CRC_CCITT ---help--- Say yes if you use an NFC HCI driver that requires SHDLC link layer. If unsure, say N here. ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH -next] nfc: shdlc needs to select CRC_CCITT 2012-05-14 20:13 ` [PATCH -next] nfc: shdlc needs to select CRC_CCITT Randy Dunlap @ 2012-05-14 20:32 ` Samuel Ortiz 0 siblings, 0 replies; 2+ messages in thread From: Samuel Ortiz @ 2012-05-14 20:32 UTC (permalink / raw) To: Randy Dunlap Cc: Stephen Rothwell, linux-next, LKML, linux-wireless, Lauro Ramos Venancio, Aloisio Almeida Jr Hi Randy, On Mon, May 14, 2012 at 01:13:25PM -0700, Randy Dunlap wrote: > From: Randy Dunlap <rdunlap@xenotime.net> > > Fix build error: SHDLC uses crc_ccitt so it should select CRC_CCITT. > > ERROR: "crc_ccitt" [net/nfc/hci/hci.ko] undefined! A similar patch was sent a few days ago by Marcel Holtmann. It is queued to my nfc-fixes branch and I included it to a pull request I sent to John last week. Cheers, Samuel. -- Intel Open Source Technology Centre http://oss.intel.com/ ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-14 20:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20120514200357.e7448e4ca061c8efe3d4757d@canb.auug.org.au>
2012-05-14 20:13 ` [PATCH -next] nfc: shdlc needs to select CRC_CCITT Randy Dunlap
2012-05-14 20:32 ` Samuel Ortiz
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).