Kconfig (a3dcef3036395613e9aa4ea4b3b97dee8d51952d) Kconfig (e7e21c4455937427b95934f61c48824737c20816)
1menu "Command line interface"
2
3config CMDLINE
4 bool "Support U-Boot commands"
5 default y
6 help
7 Enable U-Boot's command-line functions. This provides a means
8 to enter commands into U-Boot for a wide variety of purposes. It

--- 607 unchanged lines hidden (view full) ---

616
617config CMD_OTP
618 depends on ASPEED_AST2600
619 bool "ASPEED otp program"
620 select SHA512_ALGO
621 select SHA512
622 select SHA384
623 select SHA256
1menu "Command line interface"
2
3config CMDLINE
4 bool "Support U-Boot commands"
5 default y
6 help
7 Enable U-Boot's command-line functions. This provides a means
8 to enter commands into U-Boot for a wide variety of purposes. It

--- 607 unchanged lines hidden (view full) ---

616
617config CMD_OTP
618 depends on ASPEED_AST2600
619 bool "ASPEED otp program"
620 select SHA512_ALGO
621 select SHA512
622 select SHA384
623 select SHA256
624 select RSA
625 select ASPEED_ACRY
624 default y
625
626config CMD_RNG
627 depends on ASPEED_AST2600
628 bool "ASPEED random number generator"
629 default n
630
631config CMD_ARMFLASH

--- 1341 unchanged lines hidden ---
626 default y
627
628config CMD_RNG
629 depends on ASPEED_AST2600
630 bool "ASPEED random number generator"
631 default n
632
633config CMD_ARMFLASH

--- 1341 unchanged lines hidden ---