mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-27 08:00:11 +00:00
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:
parent
90288dcb4c
commit
34223f74a2
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user