diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2016-07-07 16:45:08 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-07-22 09:30:41 -0400 |
commit | c78e3cf14e4c77746168936d84d03c119d0c984e (patch) | |
tree | 71ff32339782ac66b3095b0c16734c540891ea08 | |
parent | 3cabe87b552e9e8561e4b73f96ae6a887126ec61 (diff) |
gpio: intel-mid: Make it depend to X86_INTEL_MID
This GPIO controller is a part of Intel MID platforms which are somehow
different to pure PCs. Thus, there is no need that driver is compiled for them.
Replace dependency to X86_INTEL_MID.
While here, fix capitalization of MID abbreviation.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-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 03aaa2a1f431..94c6415733ec 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -1034,11 +1034,11 @@ config GPIO_BT8XX | |||
1034 | If unsure, say N. | 1034 | If unsure, say N. |
1035 | 1035 | ||
1036 | config GPIO_INTEL_MID | 1036 | config GPIO_INTEL_MID |
1037 | bool "Intel Mid GPIO support" | 1037 | bool "Intel MID GPIO support" |
1038 | depends on X86 | 1038 | depends on X86_INTEL_MID |
1039 | select GPIOLIB_IRQCHIP | 1039 | select GPIOLIB_IRQCHIP |
1040 | help | 1040 | help |
1041 | Say Y here to support Intel Mid GPIO. | 1041 | Say Y here to support Intel MID GPIO. |
1042 | 1042 | ||
1043 | config GPIO_ML_IOH | 1043 | config GPIO_ML_IOH |
1044 | tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support" | 1044 | tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support" |