summaryrefslogtreecommitdiff
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-01-11 19:18:49 +0300
committerTom Rini <trini@konsulko.com>2018-01-11 19:18:49 +0300
commit6bf634223ab6bd58a3e76cf84a9a204a4408a251 (patch)
treea1fdcff7682cd8f82a7605e35837e754d4dbae7f /drivers/net/Kconfig
parent2ff1da9453030e02c1e750bd847c9b4dffb8f4a8 (diff)
parent1cabeb88ebbae0e5d418333cdd2526b06b397c91 (diff)
downloadu-boot-6bf634223ab6bd58a3e76cf84a9a204a4408a251.tar.xz
Merge git://git.denx.de/u-boot-fsl-qoriq
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig24
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index ee1cc3ab24..46b17b17ad 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -373,4 +373,28 @@ config FEC2_PHY_NORXERR
The PHY does not have a RXERR line (RMII only).
(so program the FEC to ignore it).
+config SYS_DPAA_QBMAN
+ bool "Device tree fixup for QBMan on freescale SOCs"
+ depends on (ARM || PPC) && !SPL_BUILD
+ default y if ARCH_B4860 || \
+ ARCH_B4420 || \
+ ARCH_P1023 || \
+ ARCH_P2041 || \
+ ARCH_T1023 || \
+ ARCH_T1024 || \
+ ARCH_T1040 || \
+ ARCH_T1042 || \
+ ARCH_T2080 || \
+ ARCH_T2081 || \
+ ARCH_T4240 || \
+ ARCH_T4160 || \
+ ARCH_P4080 || \
+ ARCH_P3041 || \
+ ARCH_P5040 || \
+ ARCH_P5020 || \
+ ARCH_LS1043A || \
+ ARCH_LS1046A
+ help
+ QBman fixups to allow deep sleep in DPAA 1 SOCs
+
endif # NETDEVICES