xref: /openbmc/u-boot/cmd/aspeed/Kconfig (revision 1d67dcbf)
1menu "ASPEED Test commands"
2depends on ARCH_ASPEED
3
4config CMD_NETTEST
5	bool "ASPEED Ethernet loopback test"
6	default n
7
8config CMD_DRAMTEST
9	bool "ASPEED DRAM controller stress test"
10	default y
11
12config CMD_PECITEST
13	bool "ASPEED PECI controller test"
14	default y
15
16config CMD_PLLTEST
17	bool "ASPEED PLL test"
18	default n
19
20config CMD_DPTEST
21	bool "ASPEED DP controller CTS"
22	default n
23endmenu
24