From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay2.sgi.com [192.48.179.30]) by ozlabs.org (Postfix) with ESMTP id 47638B7AFA for ; Fri, 12 Aug 2011 18:46:35 +1000 (EST) From: Robin Holt To: Robin Holt , Kumar Gala , Wolfgang Grandegger , Marc Kleine-Budde , U Bhaskar-B22300 , Scott Wood , Grant Likely Subject: [PATCH v12 6/6] powerpc: Add flexcan device support for p1010rdb. Date: Fri, 12 Aug 2011 03:45:52 -0500 Message-Id: <1313138752-24006-7-git-send-email-holt@sgi.com> In-Reply-To: <1313138752-24006-1-git-send-email-holt@sgi.com> References: <1313138752-24006-1-git-send-email-holt@sgi.com> Cc: , netdev@vger.kernel.org, U Bhaskar-B22300 , socketcan-core@lists.berlios.de, Robin Holt , PPC list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Allow the p1010 processor to select the flexcan network driver. Signed-off-by: Robin Holt Acked-by: Marc Kleine-Budde , Acked-by: Wolfgang Grandegger , Cc: U Bhaskar-B22300 Cc: socketcan-core@lists.berlios.de, Cc: netdev@vger.kernel.org, Cc: PPC list Cc: Kumar Gala --- arch/powerpc/Kconfig | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 6926b61..47682b6 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -656,6 +656,8 @@ config SBUS config FSL_SOC bool + select HAVE_CAN_FLEXCAN if NET && CAN + select PPC_CLOCK if CAN_FLEXCAN config FSL_PCI bool -- 1.7.2.1