提交 977d16b8 编写于 作者: M Mathias Nyman 提交者: Linus Walleij

gpio-lynxpoint: Add X86 dependency and io-port handling header.

Lynxpoint gpio driver uses X86 specific io-ports to control gpios
Signed-off-by: NMathias Nyman <mathias.nyman@linux.intel.com>
Reviewed-by: NMika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 61d793bb
...@@ -303,7 +303,7 @@ config GPIO_GE_FPGA ...@@ -303,7 +303,7 @@ config GPIO_GE_FPGA
config GPIO_LYNXPOINT config GPIO_LYNXPOINT
bool "Intel Lynxpoint GPIO support" bool "Intel Lynxpoint GPIO support"
depends on ACPI depends on ACPI && X86
select IRQ_DOMAIN select IRQ_DOMAIN
help help
driver for GPIO functionality on Intel Lynxpoint PCH chipset driver for GPIO functionality on Intel Lynxpoint PCH chipset
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#include <linux/acpi.h> #include <linux/acpi.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/pm_runtime.h> #include <linux/pm_runtime.h>
#include <linux/io.h>
/* LynxPoint chipset has support for 94 gpio pins */ /* LynxPoint chipset has support for 94 gpio pins */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册