From patchwork Thu Mar 9 00:43:41 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ho.jia.jie@intel.com X-Patchwork-Id: 9612161 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 0E5CC60414 for ; Thu, 9 Mar 2017 00:44:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F21F3285C9 for ; Thu, 9 Mar 2017 00:44:39 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E5D5928640; Thu, 9 Mar 2017 00:44:39 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 9011E285C9 for ; Thu, 9 Mar 2017 00:44:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=sagKyjLEuia7Ha9VHMD40G7woPjKIG0aVXG//EgguHs=; b=g7o HzrMjDIN4iyXWbQWyDjAUvPccvcwfyasgy6Ceb7WNVaTi7vCRkRz1etPDX5xgSIiWn+OmkGCLoxB9 AyGGsOXoC1SFzqz60imSkZOGgqGzljlUl+ag+deivyHSWDAYK1JbkqZujSUWc/lOWKIq87blJoHxa RxS5VQYoBIfLSEZSaxHWld+Cjzl6WeoMbP0nNYpFniYxqe04Xi/NXCT2EVQD5TVe6oc6qwKbnObNu WGlK1kXtrz8pndt+Yv74AqiQ7UI0dgV6eULNz2n1tIzWQouTe9wyp0ty6IxvNOPnvr1IgZYXy+vFl yQX2Wlm/CP4eqlsHlvV8QKJmQi0jV3w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1clmC1-0008UM-OI; Thu, 09 Mar 2017 00:44:33 +0000 Received: from mga11.intel.com ([192.55.52.93]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1clmBc-0008Rk-PF for linux-arm-kernel@lists.infradead.org; Thu, 09 Mar 2017 00:44:10 +0000 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Mar 2017 16:43:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos; i="5.36,266,1486454400"; d="scan'208"; a="1139790109" Received: from unknown (HELO pg-jjho-l.altera.com) ([10.142.34.185]) by fmsmga002.fm.intel.com with ESMTP; 08 Mar 2017 16:43:45 -0800 From: ho.jia.jie@intel.com To: dinguyen@kernel.org Subject: [PATCH] ARM: socfpga: updates for socfpga_defconfig Date: Thu, 9 Mar 2017 08:43:41 +0800 Message-Id: <1489020221-22630-1-git-send-email-ho.jia.jie@intel.com> X-Mailer: git-send-email 1.7.7.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170308_164408_881082_B5D86E0B X-CRM114-Status: UNSURE ( 9.43 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jia Jie Ho , linux@armlinux.org.uk, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP From: Jia Jie Ho This patch enables Altera TSE support for Arria10 SoC FPGA Signed-off-by: Jia Jie Ho --- arch/arm/configs/socfpga_defconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/configs/socfpga_defconfig b/arch/arm/configs/socfpga_defconfig index 030264c..df50380 100644 --- a/arch/arm/configs/socfpga_defconfig +++ b/arch/arm/configs/socfpga_defconfig @@ -71,6 +71,7 @@ CONFIG_SCSI=y CONFIG_BLK_DEV_SD=y # CONFIG_SCSI_LOWLEVEL is not set CONFIG_NETDEVICES=y +CONFIG_ALTERA_TSE=y CONFIG_E1000E=m CONFIG_IGB=m CONFIG_IXGBE=m