[arch-commits] Commit in linux-hardened/trunk (config)

Levente Polyak anthraxx at archlinux.org
Tue Dec 22 17:34:11 UTC 2020


    Date: Tuesday, December 22, 2020 @ 17:34:10
  Author: anthraxx
Revision: 404845

Disable PCI endpoint support

We're only running on host devices.

Modified:
  linux-hardened/trunk/config

--------+
 config |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: config
===================================================================
--- config	2020-12-22 17:32:35 UTC (rev 404844)
+++ config	2020-12-22 17:34:10 UTC (rev 404845)
@@ -2122,10 +2122,8 @@
 #
 CONFIG_PCIE_DW=y
 CONFIG_PCIE_DW_HOST=y
-CONFIG_PCIE_DW_EP=y
 CONFIG_PCIE_DW_PLAT=y
 CONFIG_PCIE_DW_PLAT_HOST=y
-CONFIG_PCIE_DW_PLAT_EP=y
 CONFIG_PCI_MESON=y
 # end of DesignWare PCI Core Support
 
@@ -2143,9 +2141,7 @@
 #
 # PCI Endpoint
 #
-CONFIG_PCI_ENDPOINT=y
-CONFIG_PCI_ENDPOINT_CONFIGFS=y
-# CONFIG_PCI_EPF_TEST is not set
+# CONFIG_PCI_ENDPOINT is not set
 # end of PCI Endpoint
 
 #



More information about the arch-commits mailing list