Received: by 10.223.185.116 with SMTP id b49csp3397356wrg; Tue, 13 Feb 2018 01:47:20 -0800 (PST) X-Google-Smtp-Source: AH8x227At8f2BgGmQBqYI4HgBUksj3ErIk7MRApGhLJKYBeslxN64sEIO6QnZ5nqSnEjdCUVwSWa X-Received: by 2002:a17:902:2bc5:: with SMTP id l63-v6mr604571plb.108.1518515240737; Tue, 13 Feb 2018 01:47:20 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518515240; cv=none; d=google.com; s=arc-20160816; b=SiNr/VVmysq13CQF7mhmyfCT9D9BdpBQ24zyck3KCUooimNmZlAJg6BdGpOvvPuY2/ 7qcVOxUvlihh1/+VVOesrAl7Mvj6SiPw1evZ4xqSFcjeopJ5BUd4fAChju0+oBvtJpmR Q0AaACUJ+IdqQ8YXRTtrfMNAf4NXE15qeYNMTiKMW1ySkpFTLcqpY11yBkVoSYf+9Yr3 4yMghmqpEcI6V9FnqjarRaO5ZS1UfDhUM0vp94eB64tob7t4mpWVsmwxG5t8N5HvfYMT 5rb0mNFvyemCRTD8AtMRxMrMvl7aTgpi22vunLvH9GUiEe1pApVmYjqZZhGIFfgLJ1pn bUzg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:to:from :arc-authentication-results; bh=QptiH3/BbI8Pc1BsGZnGLqbt8abpNGjsDQU/zwBUAOw=; b=RYL20q8dCcHD+VsuOjj5f7DDH1fc8zwPL0Zv1JCnamZlhiLMZsrsx+L+s4zrzuI4Qo RPx7iPEmlyEsmqPPq381YeTefSUBKz0pE4fFwV0lYyzVsBTn4LfU8ISArsWjdOqFXtvb YsiZF5oV8YGwbB9uyc4i9bgayzPJtyPzKEUbM4PNTe3hjLLcuF8I/Z6dLW4LMKCnzDSN 78+vUeVZ9DeMVdDLJ5657RdXWl7m4QJx5CZNkuqhwaj1etBSo4bOmcK/L/VvaOeu32g0 Q3zNfJr82DQ+FYNUNN2ULPl/sLo6QMaFtmrcGQT8PKXj4ZcGGgiKZVlMfhiupHpXUPjG JoFw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i2si3190743pgq.601.2018.02.13.01.47.06; Tue, 13 Feb 2018 01:47:20 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934578AbeBMJqN (ORCPT + 99 others); Tue, 13 Feb 2018 04:46:13 -0500 Received: from mail.tricorecenter.de ([217.6.246.34]:44471 "EHLO root.phytec.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934243AbeBMJqH (ORCPT ); Tue, 13 Feb 2018 04:46:07 -0500 Received: from idefix.phytec.de (idefix.phytec.de [172.16.0.10]) by root.phytec.de (Postfix) with ESMTP id E735DA0030A; Tue, 13 Feb 2018 10:39:41 +0100 (CET) Received: from augenblix.phytec.de ([172.16.0.56]) by idefix.phytec.de (IBM Domino Release 9.0.1FP7) with ESMTP id 2018021310392326-171514 ; Tue, 13 Feb 2018 10:39:23 +0100 From: Daniel Schultz To: linux@armlinux.org.uk, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] ARM: multi_v7_defconfig: enable CONFIG_DP83867_PHY Date: Tue, 13 Feb 2018 10:39:18 +0100 Message-Id: <1518514758-21759-1-git-send-email-d.schultz@phytec.de> X-Mailer: git-send-email 2.7.4 X-MIMETrack: Itemize by SMTP Server on Idefix/Phytec(Release 9.0.1FP7|August 17, 2016) at 13.02.2018 10:39:23, Serialize by Router on Idefix/Phytec(Release 9.0.1FP7|August 17, 2016) at 13.02.2018 10:39:23, Serialize complete at 13.02.2018 10:39:23 X-TNEFEvaluated: 1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This adds the driver for TI's DP83867 ethernet phy. Signed-off-by: Daniel Schultz --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 61509c4..8313fa1 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -265,6 +265,7 @@ CONFIG_AT803X_PHY=y CONFIG_MARVELL_PHY=y CONFIG_SMSC_PHY=y CONFIG_BROADCOM_PHY=y +CONFIG_DP83867_PHY=y CONFIG_ICPLUS_PHY=y CONFIG_REALTEK_PHY=y CONFIG_MICREL_PHY=y -- 2.7.4