Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Unified Diff: drivers/gpio/Kconfig

Issue 2231003: NM10 gpio driver implementation (Closed) Base URL: ssh://git@chromiumos-git/kernel.git
Patch Set: Minor changes to address review comments. Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/config/i386/config.common.i386 ('k') | drivers/gpio/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: drivers/gpio/Kconfig
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 2ad0128c63c6995ab11fa7f3e2896bad968fe9f3..38c8c10d799f869dba6151f87c257af7f26f3ec7 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -196,6 +196,12 @@ config GPIO_LANGWELL
help
Say Y here to support Intel Moorestown platform GPIO.
+config GPIO_NM10
+ tristate "Intel NM10 GPIO controller support"
+ depends on PCI
+ help
+ Say Y here to support Intel's NM10 LPC based GPIO controller.
+
comment "SPI GPIO expanders:"
config GPIO_MAX7301
« no previous file with comments | « chromeos/config/i386/config.common.i386 ('k') | drivers/gpio/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698