From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7A45EC433EF for ; Fri, 29 Apr 2022 14:39:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377673AbiD2OnG (ORCPT ); Fri, 29 Apr 2022 10:43:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33252 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1377672AbiD2Om0 (ORCPT ); Fri, 29 Apr 2022 10:42:26 -0400 X-Greylist: delayed 559 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Fri, 29 Apr 2022 07:37:40 PDT Received: from sonata.ens-lyon.org (domu-toccata.ens-lyon.fr [140.77.166.138]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7ADB83B558; Fri, 29 Apr 2022 07:37:39 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id 18E2120164; Fri, 29 Apr 2022 16:28:19 +0200 (CEST) Received: from sonata.ens-lyon.org ([127.0.0.1]) by localhost (sonata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SY08BDkqk9Wk; Fri, 29 Apr 2022 16:28:19 +0200 (CEST) Received: from begin (nat-inria-interne-52-gw-01-bso.bordeaux.inria.fr [194.199.1.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by sonata.ens-lyon.org (Postfix) with ESMTPSA id 6C8A82015D; Fri, 29 Apr 2022 16:28:18 +0200 (CEST) Received: from samy by begin with local (Exim 4.95) (envelope-from ) id 1nkRbV-006Sju-NJ; Fri, 29 Apr 2022 16:28:17 +0200 Date: Fri, 29 Apr 2022 16:28:17 +0200 From: Samuel Thibault To: Niklas Schnelle Cc: Arnd Bergmann , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-pci@vger.kernel.org, Arnd Bergmann , William Hubbs , Chris Brannon , Kirk Reiser , "open list:SPEAKUP CONSOLE SPEECH DRIVER" Subject: Re: [PATCH 06/37] speakup: add HAS_IOPORT dependency for SPEAKUP_SERIALIO Message-ID: <20220429142817.knvopowhs2ibzz6z@begin> Mail-Followup-To: Samuel Thibault , Niklas Schnelle , Arnd Bergmann , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-pci@vger.kernel.org, Arnd Bergmann , William Hubbs , Chris Brannon , Kirk Reiser , "open list:SPEAKUP CONSOLE SPEECH DRIVER" References: <20220429135108.2781579-1-schnelle@linux.ibm.com> <20220429135108.2781579-12-schnelle@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220429135108.2781579-12-schnelle@linux.ibm.com> Organization: I am not organized User-Agent: NeoMutt/20170609 (1.8.3) Precedence: bulk List-ID: X-Mailing-List: linux-arch@vger.kernel.org Niklas Schnelle, le ven. 29 avril 2022 15:50:09 +0200, a ecrit: > In a future patch HAS_IOPORT=n will result in inb()/outb() and friends > not being declared. SPEAKUP_SERIALIO thus needs to depend on HAS_IOPORT. > > Co-developed-by: Arnd Bergmann > Signed-off-by: Niklas Schnelle Reviewed-by: Samuel Thibault > --- > drivers/accessibility/speakup/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/accessibility/speakup/Kconfig b/drivers/accessibility/speakup/Kconfig > index 07ecbbde0384..e84fb617acc4 100644 > --- a/drivers/accessibility/speakup/Kconfig > +++ b/drivers/accessibility/speakup/Kconfig > @@ -46,6 +46,7 @@ if SPEAKUP > config SPEAKUP_SERIALIO > def_bool y > depends on ISA || COMPILE_TEST > + depends on HAS_IOPORT > > config SPEAKUP_SYNTH_ACNTSA > tristate "Accent SA synthesizer support" > -- > 2.32.0 > -- Samuel --- Pour une évaluation indépendante, transparente et rigoureuse ! Je soutiens la Commission d'Évaluation de l'Inria.