[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4C2B616F.90803@compulab.co.il>
Date: Wed, 30 Jun 2010 18:23:27 +0300
From: Denis Turischev <denis@...pulab.co.il>
To: LKML <linux-kernel@...r.kernel.org>
CC: David Brownell <dbrownell@...rs.sourceforge.net>
Subject: [PATCH 1/2] gpio: SIO IT8761, Poulsbo SCH are I/O mapped
Super I/O IT8761 and Poulsbo SCH expanders look like I/O mapped
and not memory mapped.
Signed-off-by: Denis Turischev <denis@...pulab.co.il>
---
drivers/gpio/Kconfig | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 724038d..f666023 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -70,12 +70,6 @@ config GPIO_MAX730X
comment "Memory mapped GPIO expanders:"
-config GPIO_IT8761E
- tristate "IT8761E GPIO support"
- depends on GPIOLIB
- help
- Say yes here to support GPIO functionality of IT8761E super I/O chip.
-
config GPIO_PL061
bool "PrimeCell PL061 GPIO support"
depends on ARM_AMBA
@@ -94,6 +88,14 @@ config GPIO_VR41XX
help
Say yes here to support the NEC VR4100 series General-purpose I/O Uint
+comment "I/O mapped GPIO expanders:"
+
+config GPIO_IT8761E
+ tristate "IT8761E GPIO support"
+ depends on GPIOLIB
+ help
+ Say yes here to support GPIO functionality of IT8761E super I/O chip.
+
config GPIO_SCH
tristate "Intel SCH GPIO"
depends on GPIOLIB && PCI
--
1.7.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists