summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTuomas Tynkkynen <[email protected]>2017-12-08 15:36:15 +0200
committerTom Rini <[email protected]>2017-12-12 14:05:48 -0500
commit32f0398ba559408e4effa2372697a0cc4d189756 (patch)
treef79ca91b10cc0630fcf9349a9bef661bd5d221aa /drivers
parentc88ecf47bdcd0af21b23a3317116bcd956f1e775 (diff)
ata: Migrate CONFIG_SATA_SIL3114 to Kconfig
Signed-off-by: Tuomas Tynkkynen <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ata/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 617c80f0115..77e0fbb217d 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