aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2022-01-11 10:12:01 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2022-02-21 16:29:11 +0000
commit34223f74a2098c35a4560f49757d3096eb9b7ca7 (patch)
treef277bc18a330c9514e7f4a18c73400a2ab4327f3
parent90288dcb4c16e008e45f840a39f5c5182586bab0 (diff)
downloadsrc-34223f74a2098c35a4560f49757d3096eb9b7ca7.tar.gz
src-34223f74a2098c35a4560f49757d3096eb9b7ca7.zip
arm: conf: Remove options EXT_RESOURCES
It is now unused in kernel code. MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D33837
-rw-r--r--sys/arm/conf/GENERIC3
-rw-r--r--sys/arm/conf/IMX63
-rw-r--r--sys/arm/conf/NOTES3
-rw-r--r--sys/arm/conf/RPI-B3
-rw-r--r--sys/arm/conf/SOCFPGA3
-rw-r--r--sys/arm/conf/TEGRA1243
-rw-r--r--sys/arm/conf/std.qca3
7 files changed, 7 insertions, 14 deletions
diff --git a/sys/arm/conf/GENERIC b/sys/arm/conf/GENERIC
index e51a04244367..b7b380aa84d6 100644
--- a/sys/arm/conf/GENERIC
+++ b/sys/arm/conf/GENERIC
@@ -69,8 +69,7 @@ options SMP # Enable multiple cores
options PLATFORM
options LINUX_BOOT_ABI
-# EXT_RESOURCES pseudo devices
-options EXT_RESOURCES
+# pseudo devices
device clk
device phy
device hwreset
diff --git a/sys/arm/conf/IMX6 b/sys/arm/conf/IMX6
index 5288b4a75622..dd8ca9266fad 100644
--- a/sys/arm/conf/IMX6
+++ b/sys/arm/conf/IMX6
@@ -120,8 +120,7 @@ options FDT # Configure using FDT/DTB data
makeoptions MODULES_EXTRA="dtb/imx6 imx"
device fdt_pinctrl # FDT pinmux driver
-# EXT_RESOURCES pseudo devices
-options EXT_RESOURCES
+# pseudo devices
device clk
device phy
device hwreset
diff --git a/sys/arm/conf/NOTES b/sys/arm/conf/NOTES
index cbc70ac48f21..c118f60837ca 100644
--- a/sys/arm/conf/NOTES
+++ b/sys/arm/conf/NOTES
@@ -34,9 +34,8 @@ device pmu # PMU support (for CCNT).
device twsi # i2c controller on Marvel and Allwinner
device xdma # xDMA framework for SoC on-chip dma controllers
-# Add EXT_RESOURCES pseudo devices...
+# Add pseudo devices...
-options EXT_RESOURCES
device clk
device phy
device hwreset
diff --git a/sys/arm/conf/RPI-B b/sys/arm/conf/RPI-B
index 3d354841beba..a50aa5af2d75 100644
--- a/sys/arm/conf/RPI-B
+++ b/sys/arm/conf/RPI-B
@@ -36,8 +36,7 @@ options PLATFORM
#options ROOTDEVNAME=\"ufs:mmcsd0s2\"
-# EXT_RESOURCES pseudo devices
-options EXT_RESOURCES
+# pseudo devices
device clk
device phy
device hwreset
diff --git a/sys/arm/conf/SOCFPGA b/sys/arm/conf/SOCFPGA
index a4c5fbee5a8f..bd56bcf877c6 100644
--- a/sys/arm/conf/SOCFPGA
+++ b/sys/arm/conf/SOCFPGA
@@ -38,8 +38,7 @@ options SOC_ALTERA_CYCLONE5
#options BOOTP_NFSV3
#options BOOTP_WIRED_TO=ue0
-# EXT_RESOURCES pseudo devices
-options EXT_RESOURCES
+# pseudo devices
device clk
device phy
device hwreset
diff --git a/sys/arm/conf/TEGRA124 b/sys/arm/conf/TEGRA124
index 881d6e811a85..d02d7976118f 100644
--- a/sys/arm/conf/TEGRA124
+++ b/sys/arm/conf/TEGRA124
@@ -34,8 +34,7 @@ device gic
# ARM Generic Timer
device generic_timer
-# EXT_RESOURCES pseudo devices
-options EXT_RESOURCES
+# pseudo devices
device clk
device phy
device hwreset
diff --git a/sys/arm/conf/std.qca b/sys/arm/conf/std.qca
index b7bd2729a0dc..7fbb99300e84 100644
--- a/sys/arm/conf/std.qca
+++ b/sys/arm/conf/std.qca
@@ -12,8 +12,7 @@ files "../qualcomm/std.ipq4018"
device uart
device uart_msm # Qualcomm MSM UART driver
-# EXT_RESOURCES pseudo devices
-options EXT_RESOURCES
+# pseudo devices
device clk
device phy
device hwreset