diff options
| author | mattis fjallstrom <mattis@acm.org> | 2015-02-26 15:14:40 -0800 | 
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2015-02-26 15:14:40 -0800 | 
| commit | fce426b147a44cd1035bd6f95c4083444493cde1 (patch) | |
| tree | 90e3e3aaa771e20f67ae52667c3ebbc42a7adb4c | |
| parent | 21f25ee9f72b0d05b88c1817050364c553f283c2 (diff) | |
| download | olio-linux-3.10-fce426b147a44cd1035bd6f95c4083444493cde1.tar.xz olio-linux-3.10-fce426b147a44cd1035bd6f95c4083444493cde1.zip | |
Added size of the gpio interrupt array for Olio H1.
Change-Id: I386f1a810d179aa29de0b42609c092844e800c54
| -rw-r--r-- | arch/arm/Kconfig | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index f414eaa38e5..7f7977cf934 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1596,6 +1596,7 @@ config ARCH_NR_GPIO  	default 352 if ARCH_VT8500  	default 288 if ARCH_SUNXI  	default 264 if MACH_H4700 +	default 256 if MACH_OMAP3_H1  	default 0  	help  	  Maximum number of GPIOs in the system. |