[s3c24xx] refresh patches and fix build failure on wm8753-reg_cache.patch (#5641)
[openwrt/svn-archive/archive.git] / target / linux / s3c24xx / patches-2.6.30 / 053-glamo.patch
1 --- a/drivers/mfd/Kconfig
2 +++ b/drivers/mfd/Kconfig
3 @@ -241,6 +241,8 @@ config PCF50633_GPIO
4 Say yes here if you want to include support GPIO for pins on
5 the PCF50633 chip.
6
7 +source "drivers/mfd/glamo/Kconfig"
8 +
9 endmenu
10
11 menu "Multimedia Capabilities Port drivers"
12 --- a/drivers/mfd/Makefile
13 +++ b/drivers/mfd/Makefile
14 @@ -4,6 +4,7 @@
15
16 obj-$(CONFIG_MFD_SM501) += sm501.o
17 obj-$(CONFIG_MFD_ASIC3) += asic3.o
18 +obj-$(CONFIG_MFD_GLAMO) += glamo/
19
20 obj-$(CONFIG_HTC_EGPIO) += htc-egpio.o
21 obj-$(CONFIG_HTC_PASIC3) += htc-pasic3.o