diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2017-03-27 18:25:24 -0600 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-05-25 19:01:07 +0200 |
commit | 910df3f06cc902ca2cb0ca8e963e9354c930df1a (patch) | |
tree | fc4280fb5b57c0eb7fe46cb3936dd1131487e89e /target/linux/x86 | |
parent | e6d4235ae50ce025b74bc49e7ab442c92527cbc2 (diff) | |
download | upstream-910df3f06cc902ca2cb0ca8e963e9354c930df1a.tar.gz upstream-910df3f06cc902ca2cb0ca8e963e9354c930df1a.tar.bz2 upstream-910df3f06cc902ca2cb0ca8e963e9354c930df1a.zip |
x86_64: add drivers for Xeon controller hub based GPIO
These drivers are in many reference-design Xeon, iCore, or
Atom64 based server boards.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/64/config-default | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-default index 840371c581..1950213b16 100644 --- a/target/linux/x86/64/config-default +++ b/target/linux/x86/64/config-default @@ -136,8 +136,10 @@ CONFIG_GPIOLIB=y CONFIG_GPIO_ACPI=y # CONFIG_GPIO_AMDPT is not set # CONFIG_GPIO_F7188X is not set -# CONFIG_GPIO_IT87 is not set -# CONFIG_GPIO_LYNXPOINT is not set +CONFIG_GPIO_ICH=y +CONFIG_GPIO_IT87=y +CONFIG_GPIO_LYNXPOINT=y +CONFIG_GPIO_SCH=y CONFIG_GPIO_SYSFS=y CONFIG_HAVE_ACPI_APEI=y CONFIG_HAVE_ACPI_APEI_NMI=y |