Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304093
b: refs/heads/master
c: b76668b
h: refs/heads/master
i:
  304091: 3086af3
v: v3
  • Loading branch information
Chanwoo Choi authored and Greg Kroah-Hartman committed May 9, 2012
1 parent e36a6ae commit ee1302e
Show file tree
Hide file tree
Showing 4 changed files with 547 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3b552b92817c63fdccfe9d5f3ce7424b57e9ee8f
refs/heads/master: b76668ba8a7722f589af2e13a340f3629430a35a
8 changes: 8 additions & 0 deletions trunk/drivers/extcon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,12 @@ config EXTCON_GPIO
Say Y here to enable GPIO based extcon support. Note that GPIO
extcon supports single state per extcon instance.

config EXTCON_MAX8997
tristate "MAX8997 EXTCON Support"
depends on MFD_MAX8997
help
If you say yes here you get support for the MUIC device of
Maxim MAX8997 PMIC. The MAX8997 MUIC is a USB port accessory
detector and switch.

endif # MULTISTATE_SWITCH
1 change: 1 addition & 0 deletions trunk/drivers/extcon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

obj-$(CONFIG_EXTCON) += extcon_class.o
obj-$(CONFIG_EXTCON_GPIO) += extcon_gpio.o
obj-$(CONFIG_EXTCON_MAX8997) += extcon-max8997.o
Loading

0 comments on commit ee1302e

Please sign in to comment.