diff options
author | Sangbeom Kim <sbkim73@samsung.com> | 2012-01-08 18:09:09 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-01-08 18:37:47 -0500 |
commit | c3d4d697346e36304a94942ad8ed3e28a0d38a44 (patch) | |
tree | bd06460c7d0d34620a3e35c413bfd944581c1418 /drivers/mfd/Kconfig | |
parent | 5ac2ffa7d73272cd0a5cde74628a1ed63c93911f (diff) |
mfd: Add S5M series configuration
This patch add Samsung S5M Kconfig and Makefile entry.
Signed-off-by: Sangbeom Kim <sbkim73@samsung.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 1bfc561bfd14..69ad596ee9b5 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -389,6 +389,17 @@ config MFD_MAX8998 | |||
389 | additional drivers must be enabled in order to use the functionality | 389 | additional drivers must be enabled in order to use the functionality |
390 | of the device. | 390 | of the device. |
391 | 391 | ||
392 | config MFD_S5M_CORE | ||
393 | bool "SAMSUNG S5M Series Support" | ||
394 | depends on I2C=y && GENERIC_HARDIRQS | ||
395 | select MFD_CORE | ||
396 | select REGMAP_I2C | ||
397 | help | ||
398 | Support for the Samsung Electronics S5M MFD series. | ||
399 | This driver provies common support for accessing the device, | ||
400 | additional drivers must be enabled in order to use the functionality | ||
401 | of the device | ||
402 | |||
392 | config MFD_WM8400 | 403 | config MFD_WM8400 |
393 | tristate "Support Wolfson Microelectronics WM8400" | 404 | tristate "Support Wolfson Microelectronics WM8400" |
394 | select MFD_CORE | 405 | select MFD_CORE |