Kconfig (c2caf31c589a5aa41363da7b13c7e35dcd3fccb5) | Kconfig (69d5fd8f8e263a5a3e1f26fc51078298f42a5525) |
---|---|
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 --- 593 unchanged lines hidden (view full) --- 602 bool "zip" 603 help 604 Compress a memory region with zlib deflate method. 605 606endmenu 607 608menu "Device access commands" 609 | 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 --- 593 unchanged lines hidden (view full) --- 602 bool "zip" 603 help 604 Compress a memory region with zlib deflate method. 605 606endmenu 607 608menu "Device access commands" 609 |
610config CMD_OTP 611 depends on ASPEED_AST2600 612 bool "ASPEED otp program" 613 default y 614 |
|
610config CMD_ARMFLASH 611 #depends on FLASH_CFI_DRIVER 612 bool "armflash" 613 help 614 ARM Ltd reference designs flash partition access 615 616config CMD_ADC 617 bool "adc - Access Analog to Digital Converters info and data" --- 1323 unchanged lines hidden --- | 615config CMD_ARMFLASH 616 #depends on FLASH_CFI_DRIVER 617 bool "armflash" 618 help 619 ARM Ltd reference designs flash partition access 620 621config CMD_ADC 622 bool "adc - Access Analog to Digital Converters info and data" --- 1323 unchanged lines hidden --- |