From 1aa1eec5edb777af4f9ee3a894b910aa3634accd Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Sat, 20 Aug 2022 21:35:00 +0200 Subject: [PATCH] Always enable AMD_PINCTRL It seems to be needed for some elan touchpads among other things. It was built as a module before, but recent updates prevent that, so let's enable unconditionally. --- linux-tkg-config/prepare | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-tkg-config/prepare b/linux-tkg-config/prepare index df87b35..f8b30ab 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -703,7 +703,7 @@ _tkg_srcprep() { scripts/config --set-val "RCU_BOOST_DELAY" "0" fi _disable "NTP_PPS" "CPU_FREQ_DEFAULT_GOV_PERFORMANCE_NODEF" "ZSWAP_COMPRESSOR_DEFAULT_LZO" "PROFILE_ALL_BRANCHES" "CONTEXT_TRACKING_FORCE" - _enable "CRYPTO_LZ4" "CRYPTO_LZ4HC" "LZ4_COMPRESS" "LZ4HC_COMPRESS" "ZSWAP_COMPRESSOR_DEFAULT_LZ4" "CMDLINE_BOOL" "BLK_DEV_LOOP" "X86_AMD_PSTATE" + _enable "CRYPTO_LZ4" "CRYPTO_LZ4HC" "LZ4_COMPRESS" "LZ4HC_COMPRESS" "ZSWAP_COMPRESSOR_DEFAULT_LZ4" "CMDLINE_BOOL" "BLK_DEV_LOOP" "X86_AMD_PSTATE" "AMD_PINCTRL" _disable "DEBUG_FORCE_FUNCTION_ALIGN_64B" scripts/config --set-str "ZSWAP_COMPRESSOR_DEFAULT" "lz4" scripts/config --set-str "CMDLINE" "${_custom_commandline}"