From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754403AbdC2NdX (ORCPT ); Wed, 29 Mar 2017 09:33:23 -0400 Received: from mx2.suse.de ([195.135.220.15]:53171 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753959AbdC2NdW (ORCPT ); Wed, 29 Mar 2017 09:33:22 -0400 From: Michal Suchanek To: Benjamin Herrenschmidt , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Cc: Michal Suchanek Subject: [PATCH] macintosh: Do not arbitrarily limit architecture for macintosh drivers. Date: Wed, 29 Mar 2017 15:33:18 +0200 Message-Id: <20170329133318.16189-1-msuchanek@suse.de> X-Mailer: git-send-email 2.10.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The mac mouse emulation is neat solution for notebooks with suboptimal touchpads. For historical reason this is available on x86 but not arm or mips so remove the limitation. The other more specific drivers depend on various platform drivers anyway so users will not select those by accident. Signed-off-by: Michal Suchanek --- drivers/macintosh/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/macintosh/Kconfig b/drivers/macintosh/Kconfig index 97a420c11eed..c23c040bc668 100644 --- a/drivers/macintosh/Kconfig +++ b/drivers/macintosh/Kconfig @@ -1,7 +1,6 @@ menuconfig MACINTOSH_DRIVERS bool "Macintosh device drivers" - depends on PPC || MAC || X86 default y if (PPC_PMAC || MAC) ---help--- Say Y here to get to see options for devices used with Macintosh -- 2.10.2