[x86] gpio: Enable GPIO_AMDPT as module

This commit is contained in:
Ben Hutchings 2017-04-25 22:57:34 +01:00
parent f3a2da345c
commit 8ab44aa518
3 changed files with 3 additions and 0 deletions

1
debian/changelog vendored
View File

@ -340,6 +340,7 @@ linux (4.9.24-1) UNRELEASED; urgency=medium
* input/tablet: Enable TABLET_USB_PEGASUS as module
* [x86] input/touchscreen: Enable TOUCHSCREEN_SURFACE3_SPI as module
* serial/8250: Enable SERIAL_8250_MOXA as module
* [x86] gpio: Enable GPIO_AMDPT as module
[ Salvatore Bonaccorso ]
* ping: implement proper locking (CVE-2017-2671)

View File

@ -539,6 +539,7 @@ CONFIG_EFI_VARS_PSTORE=m
CONFIG_GPIO_SYSFS=y
# CONFIG_GPIO_74XX_MMIO is not set
# CONFIG_GPIO_ALTERA is not set
# CONFIG_GPIO_AMDPT is not set
# CONFIG_GPIO_DWAPB is not set
# CONFIG_GPIO_GENERIC_PLATFORM is not set
# CONFIG_GPIO_GRGPIO is not set

View File

@ -481,6 +481,7 @@ CONFIG_EFI_RUNTIME_MAP=y
## file: drivers/gpio/Kconfig
##
CONFIG_GPIOLIB=y
CONFIG_GPIO_AMDPT=m
# CONFIG_GPIO_ICH is not set
# CONFIG_GPIO_LYNXPOINT is not set
# CONFIG_GPIO_F7188X is not set