summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2018-05-20 15:40:24 +0200
committerHans de Goede <hdegoede@redhat.com>2018-05-20 15:43:29 +0200
commitae3a573424cfd5e94fe00e6af25e31f3805150ba (patch)
tree5c6cab1c2113fa03f5cc96b1c8322d7280bc29f6 /configs
parentf404069cc735eb0295073d80f5b745ca3b93f85d (diff)
downloadkernel-ae3a573424cfd5e94fe00e6af25e31f3805150ba.tar.gz
kernel-ae3a573424cfd5e94fe00e6af25e31f3805150ba.tar.xz
kernel-ae3a573424cfd5e94fe00e6af25e31f3805150ba.zip
Enable GPIO_AMDPT, PINCTRL_AMD and X86_AMD_PLATFORM_DEVICE Kconfig options
This fixes i2c and GPIOs not working on AMD based laptops (rhbz#1510649).
Diffstat (limited to 'configs')
-rw-r--r--configs/fedora/generic/x86/CONFIG_GPIO_AMDPT1
-rw-r--r--configs/fedora/generic/x86/CONFIG_PINCTRL_AMD2
-rw-r--r--configs/fedora/generic/x86/CONFIG_X86_AMD_PLATFORM_DEVICE2
3 files changed, 3 insertions, 2 deletions
diff --git a/configs/fedora/generic/x86/CONFIG_GPIO_AMDPT b/configs/fedora/generic/x86/CONFIG_GPIO_AMDPT
new file mode 100644
index 000000000..04ac1ad2c
--- /dev/null
+++ b/configs/fedora/generic/x86/CONFIG_GPIO_AMDPT
@@ -0,0 +1 @@
+CONFIG_GPIO_AMDPT=m
diff --git a/configs/fedora/generic/x86/CONFIG_PINCTRL_AMD b/configs/fedora/generic/x86/CONFIG_PINCTRL_AMD
index 02626b835..a1f44d876 100644
--- a/configs/fedora/generic/x86/CONFIG_PINCTRL_AMD
+++ b/configs/fedora/generic/x86/CONFIG_PINCTRL_AMD
@@ -1 +1 @@
-# CONFIG_PINCTRL_AMD is not set
+CONFIG_PINCTRL_AMD=m
diff --git a/configs/fedora/generic/x86/CONFIG_X86_AMD_PLATFORM_DEVICE b/configs/fedora/generic/x86/CONFIG_X86_AMD_PLATFORM_DEVICE
index 15b9c575b..4da780aa7 100644
--- a/configs/fedora/generic/x86/CONFIG_X86_AMD_PLATFORM_DEVICE
+++ b/configs/fedora/generic/x86/CONFIG_X86_AMD_PLATFORM_DEVICE
@@ -1 +1 @@
-# CONFIG_X86_AMD_PLATFORM_DEVICE is not set
+CONFIG_X86_AMD_PLATFORM_DEVICE=y