diff options
author | Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> | 2017-12-08 15:36:15 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-12-12 14:05:48 -0500 |
commit | 32f0398ba559408e4effa2372697a0cc4d189756 (patch) | |
tree | f79ca91b10cc0630fcf9349a9bef661bd5d221aa /drivers/ata | |
parent | c88ecf47bdcd0af21b23a3317116bcd956f1e775 (diff) | |
download | u-boot-32f0398ba559408e4effa2372697a0cc4d189756.tar.gz |
ata: Migrate CONFIG_SATA_SIL3114 to Kconfig
Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Diffstat (limited to 'drivers/ata')
-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 617c80f011..77e0fbb217 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -53,4 +53,9 @@ config SATA_SIL Enable this driver to support the SIL3131, SIL3132 and SIL3124 SATA controllers. +config SATA_SIL3114 + bool "Enable Silicon Image SIL3114 SATA driver support" + help + Enable this driver to support the SIL3114 SATA controllers. + endmenu |