diff options
author | David Cohen <david.a.cohen@linux.intel.com> | 2013-10-04 16:01:41 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-10-11 10:30:47 -0400 |
commit | 84743ea3690703efdd033f5435cf4211057e0324 (patch) | |
tree | 439c4b52e3547aa0c9c7c2dc8719e3dac7a3cbc8 /drivers/gpio/Kconfig | |
parent | d56d6b3d7d693581d346b05d089f842b48b7ec0a (diff) |
gpio: rename gpio-langwell to gpio-intel-mid
gpio-langwell is a deprecated name. Despite the driver was made
initially for Langwell, it supports now other Intel Mid SoC's.
This patch does no change beside the file renaming with Kconfig/Makefile
update.
Signed-off-by: David Cohen <david.a.cohen@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index c8b02a585baf..92e258c58638 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -621,12 +621,12 @@ config GPIO_AMD8111 | |||
621 | 621 | ||
622 | If unsure, say N | 622 | If unsure, say N |
623 | 623 | ||
624 | config GPIO_LANGWELL | 624 | config GPIO_INTEL_MID |
625 | bool "Intel Langwell/Penwell GPIO support" | 625 | bool "Intel Mid GPIO support" |
626 | depends on PCI && X86 | 626 | depends on PCI && X86 |
627 | select IRQ_DOMAIN | 627 | select IRQ_DOMAIN |
628 | help | 628 | help |
629 | Say Y here to support Intel Langwell/Penwell GPIO. | 629 | Say Y here to support Intel Mid GPIO. |
630 | 630 | ||
631 | config GPIO_PCH | 631 | config GPIO_PCH |
632 | tristate "Intel EG20T PCH/LAPIS Semiconductor IOH(ML7223/ML7831) GPIO" | 632 | tristate "Intel EG20T PCH/LAPIS Semiconductor IOH(ML7223/ML7831) GPIO" |