diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2009-08-05 00:18:31 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2009-08-05 00:18:31 +0000 |
commit | 4fed3b740a575560a9ee97765a90a16bab843ccb (patch) | |
tree | 9cce9d69fce5c6d1ec20e03c46dab1ccc5ae3709 /target/linux | |
parent | de8b15ed8e513f2a0821437ec599fec04c5e9626 (diff) | |
download | upstream-4fed3b740a575560a9ee97765a90a16bab843ccb.tar.gz upstream-4fed3b740a575560a9ee97765a90a16bab843ccb.tar.bz2 upstream-4fed3b740a575560a9ee97765a90a16bab843ccb.zip |
mach-gta02: select extra gpio for glamo.
SVN-Revision: 17127
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/s3c24xx/patches-2.6.30/015-mach-gta02.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.30/015-mach-gta02.patch b/target/linux/s3c24xx/patches-2.6.30/015-mach-gta02.patch index 7d621545db..dae9ce6cbd 100644 --- a/target/linux/s3c24xx/patches-2.6.30/015-mach-gta02.patch +++ b/target/linux/s3c24xx/patches-2.6.30/015-mach-gta02.patch @@ -1,6 +1,6 @@ --- a/arch/arm/mach-s3c2442/Kconfig +++ b/arch/arm/mach-s3c2442/Kconfig -@@ -25,6 +25,20 @@ config SMDK2440_CPU2442 +@@ -25,6 +25,21 @@ config SMDK2440_CPU2442 depends on ARCH_S3C2440 select CPU_S3C2442 @@ -15,6 +15,7 @@ + select S3C_PWM + select FIQ + select S3C_DEV_USB_HOST ++ select S3C24XX_GPIO_EXTRA64 + help + Say Y here if you are using the Openmoko Freerunner GSM Phone + |