diff options
Diffstat (limited to 'cmd/Kconfig')
| -rw-r--r-- | cmd/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index effc209f38e..64e342caad1 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1724,7 +1724,8 @@ config CMD_REMOTEPROC config CMD_SATA bool "sata - Access SATA subsystem" - select SATA + depends on SATA && AHCI + default y help SATA (Serial Advanced Technology Attachment) is a serial bus standard for connecting to hard drives and other storage devices. |
