mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
arm: socfpga: Tighten a few more driver dependencies
Some drivers which depend on SoCFPGA specific headers had not had appropriate dependencies list in Kconfig. Add ARCH_SOCFPGA or TARGET_SOCFPGA_SOC64 where appropriate. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
committed by
Jerome Forissier
parent
efe1d6303f
commit
4cc1fe3f56
@@ -190,7 +190,7 @@ config DWC_ETH_XGMAC_SOCFPGA
|
||||
bool "Synopsys DWC Ethernet XGMAC device support for SOCFPGA"
|
||||
select REGMAP
|
||||
select SYSCON
|
||||
depends on DWC_ETH_XGMAC
|
||||
depends on ARCH_SOCFPGA && DWC_ETH_XGMAC
|
||||
default y if TARGET_SOCFPGA_AGILEX5
|
||||
help
|
||||
The Synopsys Designware Ethernet XGMAC IP block with specific
|
||||
@@ -376,7 +376,7 @@ config ETH_DESIGNWARE_SOCFPGA
|
||||
select SYSCON
|
||||
select DW_ALTDESCRIPTOR
|
||||
bool "Altera SoCFPGA extras for Synopsys Designware Ethernet MAC"
|
||||
depends on ETH_DESIGNWARE
|
||||
depends on ARCH_SOCFPGA && ETH_DESIGNWARE
|
||||
help
|
||||
The Altera SoCFPGA requires additional configuration of the
|
||||
Altera system manager to correctly interface with the PHY.
|
||||
|
||||
@@ -20,7 +20,7 @@ config APPLE_PMGR_POWER_DOMAIN
|
||||
|
||||
config AGILEX5_PMGR_POWER_DOMAIN
|
||||
bool "Enable the Agilex5 PMGR power domain driver"
|
||||
depends on SPL_POWER_DOMAIN
|
||||
depends on SPL_POWER_DOMAIN && TARGET_SOCFPGA_SOC64
|
||||
help
|
||||
Enable support for power gating peripherals' SRAM specified in
|
||||
the handoff data values obtained from the bitstream to reduce
|
||||
|
||||
Reference in New Issue
Block a user