diff options
author | Gyungoh Yoo <jack.yoo@skyworksinc.com> | 2015-02-27 07:42:21 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-03-12 10:08:12 +0100 |
commit | 2698dc22292e3e5fc2b24b2748018dcc09d70989 (patch) | |
tree | 10dcdb06579ab9461144d90c87aaefa492fb413a /drivers/mfd/Kconfig | |
parent | mfd: arizona: Add DT binding documentation for DMIC reference voltages (diff) | |
download | linux-2698dc22292e3e5fc2b24b2748018dcc09d70989.tar.xz linux-2698dc22292e3e5fc2b24b2748018dcc09d70989.zip |
mfd: Add support for Skyworks SKY81452 driver
Signed-off-by: Gyungoh Yoo <jack.yoo@skyworksinc.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index b277f37ae3be..5e68fdef64e7 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -791,6 +791,18 @@ config MFD_SM501_GPIO lines on the SM501. The platform data is used to supply the base number for the first GPIO line to register. +config MFD_SKY81452 + tristate "Skyworks Solutions SKY81452" + select MFD_CORE + select REGMAP_I2C + depends on I2C + help + This is the core driver for the Skyworks SKY81452 backlight and + voltage regulator device. + + This driver can also be built as a module. If so, the module + will be called sky81452. + config MFD_SMSC bool "SMSC ECE1099 series chips" depends on I2C=y |