xref: /openbmc/u-boot/cmd/aspeed/Kconfig (revision 1ab24dc2)
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
16endmenu
17