Re: [OS-BUILD PATCH] redhat/configs: Enable stmmac NIC for x86_64

2021-07-16 Thread Jarod Wilson (via Email Bridge)
From: Jarod Wilson on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1262#note_629080900

Acked-by: Jarod Wilson 
(via approve button)
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [OS-BUILD PATCH] redhat/configs: Enable stmmac NIC for x86_64

2021-07-16 Thread John W. Linville (via Email Bridge)
From: John W. Linville on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1262#note_628823086

Acked-by: John Linville 
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[OS-BUILD PATCH] redhat/configs: Enable stmmac NIC for x86_64

2021-07-15 Thread Mark Salter (via Email Bridge)
From: Mark Salter 

redhat/configs: Enable stmmac NIC for x86_64

 Turn on DWMAC_INTEL for x86_64.

 Also adds files for:
CONFIG_NET_VENDOR_STMICRO
CONFIG_PCS_XPCS
CONFIG_PHYLINK
CONFIG_RESET_CONTROLLER
CONFIG_SFP
CONFIG_STMMAC_ETH
CONFIG_STMMAC_PCI
CONFIG_STMMAC_PLATFORM
CONFIG_STMMAC_SELFTESTS

Signed-off-by: Mark Salter 

diff --git a/redhat/configs/ark/generic/x86/x86_64/CONFIG_DWMAC_INTEL 
b/redhat/configs/ark/generic/x86/x86_64/CONFIG_DWMAC_INTEL
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/x86/x86_64/CONFIG_DWMAC_INTEL
@@ -0,0 +1 @@
+CONFIG_DWMAC_INTEL=m
diff --git a/redhat/configs/ark/generic/x86/x86_64/CONFIG_NET_VENDOR_STMICRO 
b/redhat/configs/ark/generic/x86/x86_64/CONFIG_NET_VENDOR_STMICRO
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/x86/x86_64/CONFIG_NET_VENDOR_STMICRO
@@ -0,0 +1 @@
+CONFIG_NET_VENDOR_STMICRO=y
diff --git a/redhat/configs/ark/generic/x86/x86_64/CONFIG_PCS_XPCS 
b/redhat/configs/ark/generic/x86/x86_64/CONFIG_PCS_XPCS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/x86/x86_64/CONFIG_PCS_XPCS
@@ -0,0 +1 @@
+CONFIG_PCS_XPCS=m
diff --git a/redhat/configs/ark/generic/x86/x86_64/CONFIG_PHYLINK 
b/redhat/configs/ark/generic/x86/x86_64/CONFIG_PHYLINK
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/x86/x86_64/CONFIG_PHYLINK
@@ -0,0 +1 @@
+CONFIG_PHYLINK=m
diff --git a/redhat/configs/ark/generic/x86/x86_64/CONFIG_RESET_CONTROLLER 
b/redhat/configs/ark/generic/x86/x86_64/CONFIG_RESET_CONTROLLER
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/x86/x86_64/CONFIG_RESET_CONTROLLER
@@ -0,0 +1 @@
+CONFIG_RESET_CONTROLLER=y
diff --git a/redhat/configs/ark/generic/x86/x86_64/CONFIG_SFP 
b/redhat/configs/ark/generic/x86/x86_64/CONFIG_SFP
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/x86/x86_64/CONFIG_SFP
@@ -0,0 +1 @@
+# CONFIG_SFP is not set
diff --git a/redhat/configs/ark/generic/x86/x86_64/CONFIG_STMMAC_ETH 
b/redhat/configs/ark/generic/x86/x86_64/CONFIG_STMMAC_ETH
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/x86/x86_64/CONFIG_STMMAC_ETH
@@ -0,0 +1 @@
+CONFIG_STMMAC_ETH=m
diff --git a/redhat/configs/ark/generic/x86/x86_64/CONFIG_STMMAC_PCI 
b/redhat/configs/ark/generic/x86/x86_64/CONFIG_STMMAC_PCI
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/x86/x86_64/CONFIG_STMMAC_PCI
@@ -0,0 +1 @@
+# CONFIG_STMMAC_PCI is not set
diff --git a/redhat/configs/ark/generic/x86/x86_64/CONFIG_STMMAC_PLATFORM 
b/redhat/configs/ark/generic/x86/x86_64/CONFIG_STMMAC_PLATFORM
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/x86/x86_64/CONFIG_STMMAC_PLATFORM
@@ -0,0 +1 @@
+# CONFIG_STMMAC_PLATFORM is not set
diff --git a/redhat/configs/ark/generic/x86/x86_64/CONFIG_STMMAC_SELFTESTS 
b/redhat/configs/ark/generic/x86/x86_64/CONFIG_STMMAC_SELFTESTS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/x86/x86_64/CONFIG_STMMAC_SELFTESTS
@@ -0,0 +1 @@
+# CONFIG_STMMAC_SELFTESTS is not set

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1262
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure