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:46:04 +0200
commitc3e1a8474be179ec7fde20a6ace3e6125266c663 (patch)
tree0f79898328064b5cad18b7b9ee61d4a90206aa10 /configs
parent9ec8353f72284d171cfd1045f6f94e2901788c12 (diff)
downloadkernel-c3e1a8474be179ec7fde20a6ace3e6125266c663.tar.gz
kernel-c3e1a8474be179ec7fde20a6ace3e6125266c663.tar.xz
kernel-c3e1a8474be179ec7fde20a6ace3e6125266c663.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