diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-09-12 12:41:29 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-09-12 12:41:29 +0000 |
commit | 1abbb27f865a841a42f6f60db34d592c1a23c31a (patch) | |
tree | be340ef61a74c7095cefe34c155fb49930938c60 /target/linux/adm5120/patches-2.6.26 | |
parent | 3601e8b9bb576ca62b99442b7d5c436705fbb521 (diff) | |
download | upstream-1abbb27f865a841a42f6f60db34d592c1a23c31a.tar.gz upstream-1abbb27f865a841a42f6f60db34d592c1a23c31a.tar.bz2 upstream-1abbb27f865a841a42f6f60db34d592c1a23c31a.zip |
convert to GPIOLIB
SVN-Revision: 12571
Diffstat (limited to 'target/linux/adm5120/patches-2.6.26')
-rw-r--r-- | target/linux/adm5120/patches-2.6.26/001-adm5120.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/adm5120/patches-2.6.26/001-adm5120.patch b/target/linux/adm5120/patches-2.6.26/001-adm5120.patch index 334362c21a..52c8c812fe 100644 --- a/target/linux/adm5120/patches-2.6.26/001-adm5120.patch +++ b/target/linux/adm5120/patches-2.6.26/001-adm5120.patch @@ -1,6 +1,6 @@ --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig -@@ -18,6 +18,20 @@ +@@ -18,6 +18,21 @@ prompt "System type" default SGI_IP22 @@ -16,6 +16,7 @@ + select SYS_SUPPORTS_BIG_ENDIAN + select SYS_SUPPORTS_32BIT_KERNEL + select GENERIC_GPIO ++ select HAVE_GPIO_LIB + select SWAP_IO_SPACE if CPU_BIG_ENDIAN + config MACH_ALCHEMY |