From ed02c858aac746b3215b1b78adf7d0f8afb99268 Mon Sep 17 00:00:00 2001 From: Mingcong Bai Date: Wed, 24 Jul 2024 14:48:14 +0800 Subject: [PATCH] arch: x86: enable Zhaoxin KX7000 pinctrl and GPIO support This driver was previously disabled due to a build failure and was addressed by a Zhaoxin patch revision. Enable this feature. Signed-off-by: Mingcong Bai --- arch/x86/configs/deepin_x86_desktop_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/configs/deepin_x86_desktop_defconfig b/arch/x86/configs/deepin_x86_desktop_defconfig index a7eb899a709be9..c566225c17cd85 100644 --- a/arch/x86/configs/deepin_x86_desktop_defconfig +++ b/arch/x86/configs/deepin_x86_desktop_defconfig @@ -2175,7 +2175,7 @@ CONFIG_PINCTRL_METEORLAKE=m CONFIG_PINCTRL_SUNRISEPOINT=m CONFIG_PINCTRL_TIGERLAKE=m CONFIG_PINCTRL_MERRIFIELD=m -# CONFIG_PINCTRL_KX7000 is not set +CONFIG_PINCTRL_KX7000=m CONFIG_GPIO_SYSFS=y CONFIG_GPIO_AMDPT=m CONFIG_GPIO_DWAPB=m