diff options
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index ca633df7c330..f5b839b718aa 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -1094,6 +1094,15 @@ config MFD_VIPERBOARD | |||
1094 | You need to select the mfd cell drivers separately. | 1094 | You need to select the mfd cell drivers separately. |
1095 | The drivers do not support all features the board exposes. | 1095 | The drivers do not support all features the board exposes. |
1096 | 1096 | ||
1097 | config MFD_RETU | ||
1098 | tristate "Support for Retu multi-function device" | ||
1099 | select MFD_CORE | ||
1100 | depends on I2C | ||
1101 | select REGMAP_IRQ | ||
1102 | help | ||
1103 | Retu is a multi-function device found on Nokia Internet Tablets | ||
1104 | (770, N800 and N810). | ||
1105 | |||
1097 | endmenu | 1106 | endmenu |
1098 | endif | 1107 | endif |
1099 | 1108 | ||