xref: /openbmc/u-boot/cmd/aspeed/Kconfig (revision 8075058f)
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
19endmenu
20