[x86] add rootwait option to the kernel command line (#6209)
[openwrt.git] / target / linux / s3c24xx / patches-2.6.31 / 053-glamo.patch
1 From 638b05549def8b8c257a802da780c06055ef9a9e Mon Sep 17 00:00:00 2001
2 From: Lars-Peter Clausen <lars@metafoo.de>
3 Date: Tue, 21 Jul 2009 12:45:12 +0200
4 Subject: [PATCH] 053-glamo.patch
5
6 ---
7  drivers/mfd/Kconfig  |    2 ++
8  drivers/mfd/Makefile |    1 +
9  2 files changed, 3 insertions(+), 0 deletions(-)
10
11 diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
12 index 491ac0f..cc1f6ed 100644
13 --- a/drivers/mfd/Kconfig
14 +++ b/drivers/mfd/Kconfig
15 @@ -263,6 +263,8 @@ config EZX_PCAP
16           This enables the PCAP ASIC present on EZX Phones. This is
17           needed for MMC, TouchScreen, Sound, USB, etc..
18  
19 +source "drivers/mfd/glamo/Kconfig"
20 +
21  endmenu
22  
23  menu "Multimedia Capabilities Port drivers"
24 diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
25 index 6f8a9a1..b724861 100644
26 --- a/drivers/mfd/Makefile
27 +++ b/drivers/mfd/Makefile
28 @@ -4,6 +4,7 @@
29  
30  obj-$(CONFIG_MFD_SM501)                += sm501.o
31  obj-$(CONFIG_MFD_ASIC3)                += asic3.o
32 +obj-$(CONFIG_MFD_GLAMO)                += glamo/
33  
34  obj-$(CONFIG_HTC_EGPIO)                += htc-egpio.o
35  obj-$(CONFIG_HTC_PASIC3)       += htc-pasic3.o
36 -- 
37 1.5.6.5
38