diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 1e3cd02703..2c89a773d0 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -484,6 +484,14 @@ config CMD_DEMO option is to use sandbox and pass the -d point to sandbox's u-boot.dtb file. +config CMD_IDE + bool "ide - Support for IDE drivers" + help + Provides an 'ide' command which allows accessing the IDE drive, + reseting the IDE interface, printing the partition table and + geting device info. It also enables the 'diskboot' command which + permits booting from an IDE drive. + config CMD_LOADB bool "loadb" default y |