]> Git Repo - u-boot.git/blame - drivers/qe/Kconfig
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[u-boot.git] / drivers / qe / Kconfig
CommitLineData
247058b9
RW
1#
2# QUICC Engine Drivers
3#
cc1e98b5
TR
4config QE
5 bool "Enable support for QUICC Engine"
6e31c62a 6 depends on PPC
cc1e98b5
TR
7 default y if ARCH_T1040 || ARCH_T1042 || ARCH_T1024 || ARCH_P1021 \
8 || ARCH_P1025
9 help
10 Chose this option to add support for the QUICC Engine.
11
247058b9
RW
12config U_QE
13 bool "Enable support for U QUICC Engine"
14 default y if (ARCH_LS1021A && !SD_BOOT && !NAND_BOOT && !QSPI_BOOT) \
15 || (TARGET_T1024QDS) \
16 || (TARGET_T1024RDB) \
247058b9
RW
17 || (TARGET_LS1043ARDB && !SPL_NO_QE && !NAND_BOOT && !QSPI_BOOT)
18 help
19 Choose this option to add support for U QUICC Engine.
cc1e98b5 20
a97a071d
RB
21config SYS_QE_FW_ADDR
22 hex "QE Firmware Address"
23 depends on FMAN_ENET || QE || U_QE
24 default 0x0
cc1e98b5
TR
25choice
26 prompt "QUICC Engine FMan ethernet firmware location"
27 depends on FMAN_ENET || QE
28 default SYS_QE_FMAN_FW_IN_ROM
29
f4426fd6
SA
30config SYS_QE_FMAN_FW_IN_FS
31 depends on FS_LOADER && FMAN_ENET
32 bool "Filesystem"
33
cc1e98b5
TR
34config SYS_QE_FMAN_FW_IN_NOR
35 bool "NOR flash"
36
37config SYS_QE_FMAN_FW_IN_NAND
38 bool "NAND flash"
39
40config SYS_QE_FMAN_FW_IN_SPIFLASH
41 bool "SPI flash"
42
43config SYS_QE_FMAN_FW_IN_MMC
44 bool "MMC"
45
46config SYS_QE_FMAN_FW_IN_REMOTE
47 bool "Remote memory location (PCI)"
48
49config SYS_QE_FMAN_FW_IN_ROM
50 bool "Firmware is already in ROM"
51
52endchoice
This page took 0.232047 seconds and 4 git commands to generate.