diff options
| author | Tuomas Tynkkynen <[email protected]> | 2017-12-08 15:36:19 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-12-12 18:13:19 -0500 |
| commit | 9fd95ef0d39819fb27441fdd0f1b15b05d9b5085 (patch) | |
| tree | 31fd3df90a60e835625763dfbc25be2cb5184815 /drivers | |
| parent | 477b16a7982eee080a142f08f2cf2d05ade99c31 (diff) | |
ata: Migrate CONFIG_SCSI_AHCI to Kconfig
And use 'imply' liberally.
Signed-off-by: Tuomas Tynkkynen <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/ata/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 25ef5cef02f..38318b46158 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -20,6 +20,11 @@ config SATA See also CMD_SATA which provides command-line support. +config SCSI_AHCI + bool "Enable SCSI interface to SATA devices" + help + Enable this to allow interfacing SATA devices via the SCSI layer. + menu "SATA/SCSI device support" config AHCI_PCI |
