cmd: scsi: move CMD_SCSI to device access commands
Configuration option CMD_SCSI should be placed in the same submenu as CMD_SATA and CMD_MMC. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
678382c73a
commit
0c3fecd0bf
1 changed files with 9 additions and 9 deletions
18
cmd/Kconfig
18
cmd/Kconfig
|
@ -877,6 +877,15 @@ config CMD_SAVES
|
||||||
Provides a way to save a binary file using the Motorola S-Record
|
Provides a way to save a binary file using the Motorola S-Record
|
||||||
format over the serial line.
|
format over the serial line.
|
||||||
|
|
||||||
|
config CMD_SCSI
|
||||||
|
bool "scsi - Access to SCSI devices"
|
||||||
|
default y if SCSI
|
||||||
|
help
|
||||||
|
This provides a 'scsi' command which provides access to SCSI (Small
|
||||||
|
Computer System Interface) devices. The command provides a way to
|
||||||
|
scan the bus, reset the bus, read and write data and get information
|
||||||
|
about devices.
|
||||||
|
|
||||||
config CMD_SDRAM
|
config CMD_SDRAM
|
||||||
bool "sdram - Print SDRAM configuration information"
|
bool "sdram - Print SDRAM configuration information"
|
||||||
help
|
help
|
||||||
|
@ -1466,15 +1475,6 @@ config CMD_REISER
|
||||||
reiserls - list files
|
reiserls - list files
|
||||||
reiserload - load a file
|
reiserload - load a file
|
||||||
|
|
||||||
config CMD_SCSI
|
|
||||||
bool "scsi - Access to SCSI devices"
|
|
||||||
default y if SCSI
|
|
||||||
help
|
|
||||||
This provides a 'scsi' command which provides access to SCSI (Small
|
|
||||||
Computer System Interface) devices. The command provides a way to
|
|
||||||
scan the bus, reset the bus, read and write data and get information
|
|
||||||
about devices.
|
|
||||||
|
|
||||||
config CMD_YAFFS2
|
config CMD_YAFFS2
|
||||||
bool "yaffs2 - Access of YAFFS2 filesystem"
|
bool "yaffs2 - Access of YAFFS2 filesystem"
|
||||||
depends on YAFFS2
|
depends on YAFFS2
|
||||||
|
|
Loading…
Reference in a new issue