diff options
| -rw-r--r-- | drivers/mfd/Kconfig | 11 | ||||
| -rw-r--r-- | drivers/mfd/max8998.c | 5 |
2 files changed, 9 insertions, 7 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index b3aedaaa7092..02cd6c0e59cb 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
| @@ -294,14 +294,15 @@ config MFD_MAX8925 | |||
| 294 | to use the functionality of the device. | 294 | to use the functionality of the device. |
| 295 | 295 | ||
| 296 | config MFD_MAX8998 | 296 | config MFD_MAX8998 |
| 297 | bool "Maxim Semiconductor MAX8998 PMIC Support" | 297 | bool "Maxim Semiconductor MAX8998/National LP3974 PMIC Support" |
| 298 | depends on I2C=y | 298 | depends on I2C=y |
| 299 | select MFD_CORE | 299 | select MFD_CORE |
| 300 | help | 300 | help |
| 301 | Say yes here to support for Maxim Semiconductor MAX8998. This is | 301 | Say yes here to support for Maxim Semiconductor MAX8998 and |
| 302 | a Power Management IC. This driver provies common support for | 302 | National Semiconductor LP3974. This is a Power Management IC. |
| 303 | accessing the device, additional drivers must be enabled in order | 303 | This driver provies common support for accessing the device, |
| 304 | to use the functionality of the device. | 304 | additional drivers must be enabled in order to use the functionality |
| 305 | of the device. | ||
| 305 | 306 | ||
| 306 | config MFD_WM8400 | 307 | config MFD_WM8400 |
| 307 | tristate "Support Wolfson Microelectronics WM8400" | 308 | tristate "Support Wolfson Microelectronics WM8400" |
diff --git a/drivers/mfd/max8998.c b/drivers/mfd/max8998.c index 73e6f5c4efc9..f1c928915880 100644 --- a/drivers/mfd/max8998.c +++ b/drivers/mfd/max8998.c | |||
| @@ -125,8 +125,9 @@ static int max8998_i2c_remove(struct i2c_client *i2c) | |||
| 125 | } | 125 | } |
| 126 | 126 | ||
| 127 | static const struct i2c_device_id max8998_i2c_id[] = { | 127 | static const struct i2c_device_id max8998_i2c_id[] = { |
| 128 | { "max8998", 0 }, | 128 | { "max8998", 0 }, |
| 129 | { } | 129 | { "lp3974", 0 }, |
| 130 | { } | ||
| 130 | }; | 131 | }; |
| 131 | MODULE_DEVICE_TABLE(i2c, max8998_i2c_id); | 132 | MODULE_DEVICE_TABLE(i2c, max8998_i2c_id); |
| 132 | 133 | ||
