From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755165Ab3LQPvW (ORCPT ); Tue, 17 Dec 2013 10:51:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36254 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754956Ab3LQPtz (ORCPT ); Tue, 17 Dec 2013 10:49:55 -0500 From: Mark Salter To: linux-kernel@vger.kernel.org Cc: Mark Salter , linux-mips@linux-mips.org Subject: [PATCH v2 04/10] mips: select ARCH_MIGHT_HAVE_PC_SERIO Date: Tue, 17 Dec 2013 10:48:47 -0500 Message-Id: <1387295333-24684-5-git-send-email-msalter@redhat.com> In-Reply-To: <1387295333-24684-1-git-send-email-msalter@redhat.com> References: <1387295333-24684-1-git-send-email-msalter@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Architectures which might use an i8042 for serial IO to keyboard, mouse, etc should select ARCH_MIGHT_HAVE_PC_SERIO. Signed-off-by: Mark Salter Acked-by: Ralf Baechle CC: linux-mips@linux-mips.org --- arch/mips/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 650de39..99db162 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -2,6 +2,7 @@ config MIPS bool default y select ARCH_MIGHT_HAVE_PC_PARPORT + select ARCH_MIGHT_HAVE_PC_SERIO select HAVE_CONTEXT_TRACKING select HAVE_GENERIC_DMA_COHERENT select HAVE_IDE -- 1.8.3.1