gpio-lynxpoint: Add X86 dependency and io-port handling header.
Lynxpoint gpio driver uses X86 specific io-ports to control gpios Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
61d793bbfb
commit
977d16b87a
2 changed files with 2 additions and 1 deletions
|
@ -303,7 +303,7 @@ config GPIO_GE_FPGA
|
|||
|
||||
config GPIO_LYNXPOINT
|
||||
bool "Intel Lynxpoint GPIO support"
|
||||
depends on ACPI
|
||||
depends on ACPI && X86
|
||||
select IRQ_DOMAIN
|
||||
help
|
||||
driver for GPIO functionality on Intel Lynxpoint PCH chipset
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
#include <linux/acpi.h>
|
||||
#include <linux/platform_device.h>
|
||||
#include <linux/pm_runtime.h>
|
||||
#include <linux/io.h>
|
||||
|
||||
/* LynxPoint chipset has support for 94 gpio pins */
|
||||
|
||||
|
|
Loading…
Reference in a new issue