Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752160AbeABJSH (ORCPT + 1 other); Tue, 2 Jan 2018 04:18:07 -0500 Received: from mail-io0-f194.google.com ([209.85.223.194]:41814 "EHLO mail-io0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751968AbeABJSE (ORCPT ); Tue, 2 Jan 2018 04:18:04 -0500 X-Google-Smtp-Source: ACJfBosNTCeRP46lwSxJUL29Yq/UO4MWj8CWe9JhyQ2Dv9ClQh1YLLcyqnajfzRLoaQhUUaiLHW4koFSbnR5q6Nj1JA= MIME-Version: 1.0 In-Reply-To: References: From: Linus Walleij Date: Tue, 2 Jan 2018 10:18:03 +0100 Message-ID: Subject: Re: [PATCH 3/3] gpio: Change ISA_BUS_API dependency to selection To: William Breathitt Gray Cc: "Maciej S. Szmigiero" , linux-gpio@vger.kernel.org, linux-iio@vger.kernel.org, LINUXWATCHDOG , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Thu, Dec 28, 2017 at 5:02 PM, William Breathitt Gray wrote: > The ISA_BUS_API Kconfig option enables the compilation of the ISA bus > driver. The ISA bus driver does not perform any hardware interaction, > and is instead just a thin layer of software abstraction to eliminate > boilerplate code common to ISA-style device drivers. Since ISA_BUS_API > has no dependencies and does not jeopardize the integrity of the system > when enabled, drivers should select it when the ISA bus driver > functionality is needed. > > Cc: Linus Walleij > Signed-off-by: William Breathitt Gray Patch applied. Yours, Linus Walleij