All of lore.kernel.org
 help / color / mirror / Atom feed
From: Li Yang <leoyang.li@nxp.com>
To: shawnguo@kernel.org, linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org, Li Yang <leoyang.li@nxp.com>
Subject: [PATCH 05/15] arm64: defconfig: Enable ENETC Ethernet controller and FELIX switch
Date: Mon, 24 Feb 2020 17:08:00 -0600	[thread overview]
Message-ID: <1582585690-463-6-git-send-email-leoyang.li@nxp.com> (raw)
In-Reply-To: <1582585690-463-1-git-send-email-leoyang.li@nxp.com>

Enables drivers for NXP ENETC Ethernet controller and FELIX Ethernet
switch used on QorIQ LS1028a SoC.

The ENETC ethernet drivers are enabled as built-in to boot from network
without an initramfs.

Signed-off-by: Li Yang <leoyang.li@nxp.com>
---
 arch/arm64/configs/defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 9eaf0993cca5..7390c8f3838d 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -154,6 +154,7 @@ CONFIG_IP6_NF_NAT=m
 CONFIG_IP6_NF_TARGET_MASQUERADE=m
 CONFIG_BRIDGE=m
 CONFIG_BRIDGE_VLAN_FILTERING=y
+CONFIG_NET_DSA=m
 CONFIG_VLAN_8021Q=m
 CONFIG_VLAN_8021Q_GVRP=y
 CONFIG_VLAN_8021Q_MVRP=y
@@ -256,6 +257,7 @@ CONFIG_MACVTAP=m
 CONFIG_TUN=y
 CONFIG_VETH=m
 CONFIG_VIRTIO_NET=y
+CONFIG_NET_DSA_MSCC_FELIX=m
 CONFIG_AMD_XGBE=y
 CONFIG_NET_XGENE=y
 CONFIG_ATL1C=m
@@ -267,6 +269,8 @@ CONFIG_FEC=y
 CONFIG_FSL_FMAN=y
 CONFIG_FSL_DPAA_ETH=y
 CONFIG_FSL_DPAA2_ETH=y
+CONFIG_FSL_ENETC=y
+CONFIG_FSL_ENETC_VF=y
 CONFIG_HIX5HD2_GMAC=y
 CONFIG_HNS_DSAF=y
 CONFIG_HNS_ENET=y
-- 
2.17.1


WARNING: multiple messages have this Message-ID (diff)
From: Li Yang <leoyang.li@nxp.com>
To: shawnguo@kernel.org, linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org, Li Yang <leoyang.li@nxp.com>
Subject: [PATCH 05/15] arm64: defconfig: Enable ENETC Ethernet controller and FELIX switch
Date: Mon, 24 Feb 2020 17:08:00 -0600	[thread overview]
Message-ID: <1582585690-463-6-git-send-email-leoyang.li@nxp.com> (raw)
In-Reply-To: <1582585690-463-1-git-send-email-leoyang.li@nxp.com>

Enables drivers for NXP ENETC Ethernet controller and FELIX Ethernet
switch used on QorIQ LS1028a SoC.

The ENETC ethernet drivers are enabled as built-in to boot from network
without an initramfs.

Signed-off-by: Li Yang <leoyang.li@nxp.com>
---
 arch/arm64/configs/defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 9eaf0993cca5..7390c8f3838d 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -154,6 +154,7 @@ CONFIG_IP6_NF_NAT=m
 CONFIG_IP6_NF_TARGET_MASQUERADE=m
 CONFIG_BRIDGE=m
 CONFIG_BRIDGE_VLAN_FILTERING=y
+CONFIG_NET_DSA=m
 CONFIG_VLAN_8021Q=m
 CONFIG_VLAN_8021Q_GVRP=y
 CONFIG_VLAN_8021Q_MVRP=y
@@ -256,6 +257,7 @@ CONFIG_MACVTAP=m
 CONFIG_TUN=y
 CONFIG_VETH=m
 CONFIG_VIRTIO_NET=y
+CONFIG_NET_DSA_MSCC_FELIX=m
 CONFIG_AMD_XGBE=y
 CONFIG_NET_XGENE=y
 CONFIG_ATL1C=m
@@ -267,6 +269,8 @@ CONFIG_FEC=y
 CONFIG_FSL_FMAN=y
 CONFIG_FSL_DPAA_ETH=y
 CONFIG_FSL_DPAA2_ETH=y
+CONFIG_FSL_ENETC=y
+CONFIG_FSL_ENETC_VF=y
 CONFIG_HIX5HD2_GMAC=y
 CONFIG_HNS_DSAF=y
 CONFIG_HNS_ENET=y
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2020-02-24 23:08 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-24 23:07 [PATCH 00/15] Enable drivers for NXP/FSL QorIQ arm64 boards Li Yang
2020-02-24 23:07 ` Li Yang
2020-02-24 23:07 ` [PATCH 01/15] arm64: defconfig: run through savedefconfig for ordering Li Yang
2020-02-24 23:07   ` Li Yang
2020-02-24 23:07 ` [PATCH 02/15] arm64: defconfig: Enable NXP flexcan driver Li Yang
2020-02-24 23:07   ` Li Yang
2020-02-24 23:07 ` [PATCH 03/15] arm64: defconfig: Enable QorIQ DPAA1 drivers Li Yang
2020-02-24 23:07   ` Li Yang
2020-02-24 23:07 ` [PATCH 04/15] arm64: defconfig: Enable QorIQ DPAA2 drivers Li Yang
2020-02-24 23:07   ` Li Yang
2020-02-24 23:08 ` Li Yang [this message]
2020-02-24 23:08   ` [PATCH 05/15] arm64: defconfig: Enable ENETC Ethernet controller and FELIX switch Li Yang
2020-02-24 23:08 ` [PATCH 06/15] arm64: defconfig: Enable NXP/FSL SPI controller drivers Li Yang
2020-02-24 23:08   ` Li Yang
2020-03-11  5:51   ` Shawn Guo
2020-03-11  5:51     ` Shawn Guo
     [not found]     ` <CADRPPNQ-VWmVMdBuEUj9RdXAYvt4dhy+scP-EaYbrXj3McSaVQ@mail.gmail.com>
2020-03-11  7:06       ` Shawn Guo
2020-03-11  7:06         ` Shawn Guo
2020-02-24 23:08 ` [PATCH 07/15] arm64: defconfig: Enable QorIQ cpufreq driver Li Yang
2020-02-24 23:08   ` Li Yang
2020-03-11  6:12   ` Shawn Guo
2020-03-11  6:12     ` Shawn Guo
2020-03-11 18:54     ` Leo Li
2020-03-11 18:54       ` Leo Li
2020-03-12 14:22       ` Shawn Guo
2020-03-12 14:22         ` Shawn Guo
2020-03-12 16:31         ` Leo Li
2020-03-12 16:31           ` Leo Li
2020-02-24 23:08 ` [PATCH 08/15] arm64: defconfig: Enable ARM SBSA watchdog driver Li Yang
2020-02-24 23:08   ` Li Yang
2020-02-24 23:08 ` [PATCH 09/15] arm64: defconfig: Enable QorIQ IFC NAND controller driver Li Yang
2020-02-24 23:08   ` Li Yang
2020-03-11  6:13   ` Shawn Guo
2020-03-11  6:13     ` Shawn Guo
2020-03-11 18:55     ` Leo Li
2020-03-11 18:55       ` Leo Li
2020-02-24 23:08 ` [PATCH 10/15] arm64: defconfig: Enable QorIQ GPIO driver Li Yang
2020-02-24 23:08   ` Li Yang
2020-02-24 23:08 ` [PATCH 11/15] arm64: defconfig: Enable ARM Mali display driver Li Yang
2020-02-24 23:08   ` Li Yang
2020-02-24 23:08 ` [PATCH 12/15] arm64: defconfig: Enable flash device drivers for QorIQ boards Li Yang
2020-02-24 23:08   ` Li Yang
2020-02-24 23:08 ` [PATCH 13/15] arm64: defconfig: Enable RTC devices " Li Yang
2020-02-24 23:08   ` Li Yang
2020-02-24 23:08 ` [PATCH 14/15] arm64: defconfig: Enable PHY devices used on " Li Yang
2020-02-24 23:08   ` Li Yang
2020-02-24 23:08 ` [PATCH 15/15] arm64: defconfig: Enable e1000 device Li Yang
2020-02-24 23:08   ` Li Yang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1582585690-463-6-git-send-email-leoyang.li@nxp.com \
    --to=leoyang.li@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=shawnguo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.