mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
Convert CONFIG_CMD_SATA to Kconfig
This converts the following to Kconfig: CONFIG_CMD_SATA Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
12
cmd/Kconfig
12
cmd/Kconfig
@ -734,6 +734,18 @@ config CMD_FDC
|
||||
help
|
||||
The 'fdtboot' command allows booting an image from a floppy disk.
|
||||
|
||||
config CMD_SATA
|
||||
bool "sata - Access SATA subsystem"
|
||||
help
|
||||
SATA (Serial Advanced Technology Attachment) is a serial bus
|
||||
standard for connecting to hard drives and other storage devices.
|
||||
This command provides information about attached devices and allows
|
||||
reading, writing and other operations.
|
||||
|
||||
SATA replaces PATA (originally just ATA), which stands for Parallel AT
|
||||
Attachment, where AT refers to an IBM AT (Advanced Technology)
|
||||
computer released in 1984.
|
||||
|
||||
endmenu
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user