Skip to content

Commit

Permalink
x86_64: add drivers for Xeon controller hub based GPIO
Browse files Browse the repository at this point in the history
These drivers are in many reference-design Xeon, iCore, or
Atom64 based server boards.

Signed-off-by: Philip Prindeville <[email protected]>
  • Loading branch information
pprindeville authored and nbd168 committed May 25, 2017
1 parent e6d4235 commit 910df3f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions target/linux/x86/64/config-default
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 910df3f

Please sign in to comment.