Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751883AbdFPB5F (ORCPT ); Thu, 15 Jun 2017 21:57:05 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:8928 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751644AbdFPB5E (ORCPT ); Thu, 15 Jun 2017 21:57:04 -0400 Date: Fri, 16 Jun 2017 02:56:51 +0100 From: "Maciej W. Rozycki" To: Florian Fainelli CC: , , , Ralf Baechle , open list Subject: Re: [PATCH] MIPS: Make individual platforms select ARCH_MIGHT_HAVE_PC_SERIO In-Reply-To: <20170605171033.15008-1-f.fainelli@gmail.com> Message-ID: References: <20170605171033.15008-1-f.fainelli@gmail.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [10.20.78.209] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 494 Lines: 12 On Mon, 5 Jun 2017, Florian Fainelli wrote: > Out of the many MIPS platforms only 3 appear to be actually using an > I8042 keyboard controller: SGI, JAZZ and LOOGSON64, remove > ARCH_MIGHT_HAVE_PC_SERIO from the top-level MIPS Kconfig symbol and move > it down to those platforms that need it. How did you determine that? Malta for one not only has an SMSC FDC37M817 Super I/O Controller featuring an 8042-compatible core, but actual PS/2 keyboard and mouse connectors as well. Maciej