From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753876Ab3LNRYJ (ORCPT ); Sat, 14 Dec 2013 12:24:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:61985 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753640Ab3LNRYI (ORCPT ); Sat, 14 Dec 2013 12:24:08 -0500 From: Mark Salter To: linux-kernel@vger.kernel.org Cc: Mark Salter , Ralf Baechle , linux-mips@linux-mips.org Subject: [PATCH 04/10] mips: select ARCH_MIGHT_HAVE_PC_SERIO Date: Sat, 14 Dec 2013 11:59:30 -0500 Message-Id: <1387040376-26906-5-git-send-email-msalter@redhat.com> In-Reply-To: <1387040376-26906-1-git-send-email-msalter@redhat.com> References: <1387040376-26906-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 CC: 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