Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273393
b: refs/heads/master
c: 8a0a8e8
h: refs/heads/master
i:
  273391: eb0cea7
v: v3
  • Loading branch information
Arnd Bergmann authored and Samuel Ortiz committed Oct 24, 2011
1 parent 31156ef commit 7b0696a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 24 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b46880e57b4c513adeb2608c3700b352860b5662
refs/heads/master: 8a0a8e8e42a4e30a1fc4c40205fa790e264d00f3
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-omap2/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ config ARCH_OMAP2PLUS_TYPICAL
select SERIAL_OMAP_CONSOLE
select I2C
select I2C_OMAP
select MFD_SUPPORT
select MENELAUS if ARCH_OMAP2
select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/gpio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ config GPIO_SCH

config GPIO_VX855
tristate "VIA VX855/VX875 GPIO"
depends on MFD_SUPPORT && PCI
depends on PCI
select MFD_CORE
select MFD_VX855
help
Expand Down Expand Up @@ -417,7 +417,6 @@ config GPIO_TIMBERDALE
config GPIO_RDC321X
tristate "RDC R-321x GPIO support"
depends on PCI
select MFD_SUPPORT
select MFD_CORE
select MFD_RDC321X
help
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/i2c/busses/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ config I2C_I801
config I2C_ISCH
tristate "Intel SCH SMBus 1.0"
depends on PCI
select MFD_CORE
select LPC_SCH
help
Say Y here if you want to use SMBus controller on the Intel SCH
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/media/radio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ config RADIO_TIMBERDALE
config RADIO_WL1273
tristate "Texas Instruments WL1273 I2C FM Radio"
depends on I2C && VIDEO_V4L2
select MFD_CORE
select MFD_WL1273_CORE
select FW_LOADER
---help---
Expand Down
22 changes: 4 additions & 18 deletions trunk/drivers/mfd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,8 @@
# Multifunction miscellaneous devices
#

menuconfig MFD_SUPPORT
bool "Multifunction device drivers"
depends on HAS_IOMEM
default y
help
Multifunction devices embed several functions (e.g. GPIOs,
touchscreens, keyboards, current regulators, power management chips,
etc...) in one single integrated circuit. They usually talk to the
main CPU through one or more IRQ lines and low speed data busses (SPI,
I2C, etc..). They appear as one single device to the main system
through the data bus and the MFD framework allows for sub devices
(a.k.a. functions) to appear as discrete platform devices.
MFDs are typically found on embedded platforms.

This option alone does not add any kernel code.

if MFD_SUPPORT
if HAS_IOMEM
menu "Multifunction device drivers"

config MFD_CORE
tristate
Expand Down Expand Up @@ -772,7 +757,8 @@ config MFD_AAT2870_CORE
additional drivers must be enabled in order to use the
functionality of the device.

endif # MFD_SUPPORT
endmenu
endif

menu "Multimedia Capabilities Port drivers"
depends on ARCH_SA1100
Expand Down

0 comments on commit 7b0696a

Please sign in to comment.