diff --git a/debian/changelog b/debian/changelog index 2577aec78..994767105 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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) diff --git a/debian/config/config b/debian/config/config index 76273d8a2..88325455c 100644 --- a/debian/config/config +++ b/debian/config/config @@ -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 diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config index 0743e6623..55af58958 100644 --- a/debian/config/kernelarch-x86/config +++ b/debian/config/kernelarch-x86/config @@ -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