summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2019-10-11 18:27:53 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-10-14 15:18:23 +0200
commiteaf020f1bb5204aecc5c820f8dd020369f32b383 (patch)
tree8fe6d963c6c8f43e622674ed15b8243fa8c811fb /drivers/mfd/Kconfig
parentd1cd3da95e191a4303551f5dc8e508a472a99849 (diff)
downloadbarebox-eaf020f1bb5204aecc5c820f8dd020369f32b383.tar.gz
barebox-eaf020f1bb5204aecc5c820f8dd020369f32b383.tar.xz
mfd: superio: add base SMSC MFD driver
The SMSC FDC37C93xAPM is the Super I/O chip on the Dell Latitude 7490. This adds device detection for it and its siblings, so device drivers can be written against it or init scripts can use its regmap interface. Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index e2c74a575d..f4cc71ef0e 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -76,4 +76,10 @@ config FINTEK_SUPERIO
help
Select this to probe for IO-port connected Fintek Super I/O chips.
+config SMSC_SUPERIO
+ bool "SMSC Super I/O chip"
+ select MFD_SUPERIO
+ help
+ Select this to probe for IO-port connected SMSC Super I/O chips.
+
endmenu