Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308683
b: refs/heads/master
c: 4630b13
h: refs/heads/master
i:
  308681: 885b79b
  308679: d07bed2
v: v3
  • Loading branch information
Aaron Sierra authored and Samuel Ortiz committed May 1, 2012
1 parent 0c70fe3 commit 2dba188
Show file tree
Hide file tree
Showing 5 changed files with 771 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: f4bf7cf4cab90c98fe68a7afa12fb72790fd04bf
refs/heads/master: 4630b130b30be6420394ba31121e111c8771ca08
9 changes: 9 additions & 0 deletions trunk/drivers/mfd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,15 @@ config LPC_SCH
LPC bridge function of the Intel SCH provides support for
System Management Bus and General Purpose I/O.

config LPC_ICH
tristate "Intel ICH LPC"
depends on PCI
select MFD_CORE
help
The LPC bridge function of the Intel ICH provides support for
many functional units. This driver provides needed support for
other drivers to control these functions, currently GPIO.

config MFD_RDC321X
tristate "Support for RDC-R321x southbridge"
select MFD_CORE
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/mfd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ obj-$(CONFIG_MFD_DB5500_PRCMU) += db5500-prcmu.o
obj-$(CONFIG_MFD_TIMBERDALE) += timberdale.o
obj-$(CONFIG_PMIC_ADP5520) += adp5520.o
obj-$(CONFIG_LPC_SCH) += lpc_sch.o
obj-$(CONFIG_LPC_ICH) += lpc_ich.o
obj-$(CONFIG_MFD_RDC321X) += rdc321x-southbridge.o
obj-$(CONFIG_MFD_JANZ_CMODIO) += janz-cmodio.o
obj-$(CONFIG_MFD_JZ4740_ADC) += jz4740-adc.o
Expand Down
Loading

0 comments on commit 2dba188

Please sign in to comment.