arm: conf: Remove options EXT_RESOURCES

It is now unused in kernel code.

MFC after:      1 month
Differential Revision:	https://reviews.freebsd.org/D33837
This commit is contained in:
Emmanuel Vadot 2022-01-11 11:12:01 +01:00
parent 90288dcb4c
commit 34223f74a2
7 changed files with 7 additions and 14 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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