Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755466AbbHYQoA (ORCPT ); Tue, 25 Aug 2015 12:44:00 -0400 Received: from mail-wi0-f179.google.com ([209.85.212.179]:36637 "EHLO mail-wi0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751286AbbHYQn6 (ORCPT ); Tue, 25 Aug 2015 12:43:58 -0400 Date: Tue, 25 Aug 2015 17:43:55 +0100 From: Peter Griffin To: Valentin Rothberg Cc: linux-kernel@vger.kernel.org, mchehab@osg.samsung.com, Paul Bolle , Andreas Ruprecht , Stefan Hengelein Subject: Re: c8sectpfe: Kconfig: select on undefined LIBELF_32 Message-ID: <20150825164355.GA13253@griffinp-ThinkPad-X1-Carbon-2nd> References: <20150818122406.GA7313@i4lab-dhcp156.informatik.uni-erlangen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150818122406.GA7313@i4lab-dhcp156.informatik.uni-erlangen.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1210 Lines: 38 Hi Valentin, On Tue, 18 Aug 2015, Valentin Rothberg wrote: > Hi Peter, > > your commit 850a3f7d5911 ("[media] c8sectpfe: Add Kconfig and Makefile > for the driver") showed up in today's Linux next tree (i.e., > next-20150818) adding the following lines of Kconfig code: > > --- /dev/null > +++ b/drivers/media/platform/sti/c8sectpfe/Kconfig > @@ -0,0 +1,28 @@ > +config DVB_C8SECTPFE > + tristate "STMicroelectronics C8SECTPFE DVB support" > ...skipping... > + select LIBELF_32 > > LIBELF_32 is not defined in Kconfig so it turns out to be a NOOP. I > searched the LKML, but could not find any patch adding LIBELF_32. Is > there a patch queued somewhere to add this option? Sorry for the delay, I've been on holiday for the last 3 weeks. Yes your correct this is unnecessary and was a legacy option left over from a previous vendor kernel. I've just sent a patch which removes it here: - https://lkml.org/lkml/2015/8/25/502 regards, Peter. -- 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/