commit | 1640cd48fb29e4ca0f5769b9ae6c33c85546be01 | [log] [tgz] |
---|---|---|
author | Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> | Fri Dec 08 15:36:15 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 12 14:05:48 2017 -0500 |
tree | f79ca91b10cc0630fcf9349a9bef661bd5d221aa | |
parent | 104a53748c234a21125a29780da2d2d8050c789a [diff] [blame] |
ata: Migrate CONFIG_SATA_SIL3114 to Kconfig Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 617c80f..77e0fbb 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig
@@ -53,4 +53,9 @@ 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