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 | e22a471095350ec20598ab7fd312a87e0b90bee0 (patch) | |
tree | b21c60455c678e080788135ed7d4321991dcb873 /target | |
parent | be5f27fa25e6b46809f6a6fa40a0a7bfb9e76a9c (diff) | |
download | upstream-e22a471095350ec20598ab7fd312a87e0b90bee0.tar.gz upstream-e22a471095350ec20598ab7fd312a87e0b90bee0.tar.bz2 upstream-e22a471095350ec20598ab7fd312a87e0b90bee0.zip |
[s3c24xx] mach-gta02: select extra gpio for glamo.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17127 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 + |