diff options
| author | Philip Prindeville | 2017-03-28 00:25:24 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2017-05-25 17:01:07 +0000 |
| commit | 910df3f06cc902ca2cb0ca8e963e9354c930df1a (patch) | |
| tree | fc4280fb5b57c0eb7fe46cb3936dd1131487e89e | |
| parent | e6d4235ae50ce025b74bc49e7ab442c92527cbc2 (diff) | |
| download | openwrt-910df3f06cc902ca2cb0ca8e963e9354c930df1a.tar.gz | |
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>
| -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 |