From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Bolle Subject: Re: [PATCH 01/28] nios2: Build infrastructure Date: Fri, 18 Apr 2014 21:16:12 +0200 Message-ID: <1397848572.4750.4.camel@x220> References: <1397824031-4892-1-git-send-email-lftan@altera.com> <1397824031-4892-2-git-send-email-lftan@altera.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1397824031-4892-2-git-send-email-lftan@altera.com> Sender: linux-doc-owner@vger.kernel.org To: Ley Foon Tan Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, lftan.linux@gmail.com, cltang@codesourcery.com List-Id: linux-arch.vger.kernel.org On Fri, 2014-04-18 at 20:26 +0800, Ley Foon Tan wrote: > diff --git a/arch/nios2/Kconfig b/arch/nios2/Kconfig >[...] > +config GENERIC_FIND_NEXT_BIT > + def_bool y This one is not needed, see commit 63e424c84429 ("arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}"). > +config NO_IOPORT > + def_bool y Did you mean NO_IOPORT_MAP? Paul Bolle