[amd64] Enable AMD pinctrl driver (Closes: #908954)

On AMD platforms, some pins are GPIO memory mapped pins and are used to mux some
functionalities by firmware. This fixes a not available Elantech touchpad on
Lenovo IdeaPad 320-15ABR.
This commit is contained in:
Romain Perier 2018-11-02 19:16:47 +01:00
parent 8608aa3901
commit 900b78489c
2 changed files with 6 additions and 0 deletions

1
debian/changelog vendored
View File

@ -25,6 +25,7 @@ linux (4.19-1~exp1) UNRELEASED; urgency=medium
[ Romain Perier ]
* [rt] Update to 4.19-rt1
* [amd64] Enable AMD pinctrl driver (Closes: #908954)
-- Ben Hutchings <ben@decadent.org.uk> Mon, 08 Oct 2018 18:45:06 +0100

View File

@ -170,6 +170,11 @@ CONFIG_NVDIMM_PFN=y
##
CONFIG_PCI_HYPERV=y
##
## file: drivers/pinctrl/Kconfig
##
CONFIG_PINCTRL_AMD=y
##
## file: drivers/scsi/Kconfig
##