Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754707AbbFLL1K (ORCPT ); Fri, 12 Jun 2015 07:27:10 -0400 Received: from mail-wg0-f43.google.com ([74.125.82.43]:35370 "EHLO mail-wg0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752465AbbFLL1H (ORCPT ); Fri, 12 Jun 2015 07:27:07 -0400 MIME-Version: 1.0 From: Valentin Rothberg Date: Fri, 12 Jun 2015 13:26:36 +0200 Message-ID: Subject: Cavium Liquidio: select on undefined option LIBCRC32 To: rvatsavayi@caviumnetworks.com Cc: linux-kernel@vger.kernel.org, Paul Bolle , Andreas Ruprecht , hengelein Stefan , netdev@vger.kernel.org, davem@davemloft.net, derek.chickles@caviumnetworks.com, satananda.burla@caviumnetworks.com, felix.manlunas@caviumnetworks.com, Robert.Richter@caviumnetworks.com, Aleksey.Makarov@caviumnetworks.com Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 736 Lines: 24 Hi Raghu, your commit f21fb3ed364b ("Add support of Cavium Liquidio ethernet adapters") is in today's linux-next tree (i.e., next-20150612) adding the following lines of code: +config LIQUIDIO [...] + select LIBCRC32 The select turns out to be a NOOP since there is no option LIBCRC32. I guess it's a typo and the correct option is LIBCRC32C? Is there a patch queued somewhere to fix the issue? I detected the issue with ./scripts/checkkconfigsymbols.py. Kind regards, Valentin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/