File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -858,7 +858,7 @@ config MFD_MAX77541
858
858
There are regulators and adc.
859
859
860
860
config MFD_MAX77620
861
- bool "Maxim Semiconductor MAX77620 and MAX20024 PMIC Support"
861
+ tristate "Maxim Semiconductor MAX77620 and MAX20024 PMIC Support"
862
862
depends on I2C=y
863
863
depends on OF
864
864
select MFD_CORE
Original file line number Diff line number Diff line change 29
29
#include <linux/mfd/core.h>
30
30
#include <linux/mfd/max77620.h>
31
31
#include <linux/init.h>
32
+ #include <linux/module.h>
32
33
#include <linux/of.h>
33
34
#include <linux/regmap.h>
34
35
#include <linux/slab.h>
@@ -700,3 +701,7 @@ static struct i2c_driver max77620_driver = {
700
701
.id_table = max77620_id ,
701
702
};
702
703
builtin_i2c_driver (max77620_driver );
704
+
705
+ MODULE_DESCRIPTION ("Maxim Semiconductor MAX77620 and MAX20024 PMIC Support" );
706
+ MODULE_AUTHOR (
"Laxman Dewangan <[email protected] >" );
707
+ MODULE_LICENSE ("GPL" );
You can’t perform that action at this time.
0 commit comments