From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753965Ab3LNRHx (ORCPT ); Sat, 14 Dec 2013 12:07:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:8006 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753627Ab3LNRHv (ORCPT ); Sat, 14 Dec 2013 12:07:51 -0500 From: Mark Salter To: linux-kernel@vger.kernel.org Cc: Mark Salter , Paul Mundt , linux-sh@vger.kernel.org Subject: [PATCH 06/10] sh: select ARCH_MIGHT_HAVE_PC_SERIO Date: Sat, 14 Dec 2013 11:59:32 -0500 Message-Id: <1387040376-26906-7-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: Paul Mundt CC: linux-sh@vger.kernel.org --- arch/sh/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 9b0979f..3490fc2 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -1,6 +1,7 @@ config SUPERH def_bool y select ARCH_MIGHT_HAVE_PC_PARPORT + select ARCH_MIGHT_HAVE_PC_SERIO if SH_CAYMAN select EXPERT select CLKDEV_LOOKUP select HAVE_IDE if HAS_IOPORT -- 1.8.3.1