We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc9e464 commit 703a745Copy full SHA for 703a745
kernel/kernel.sh
@@ -39,6 +39,13 @@ apply_kconfig 'CONFIG_MODULE_FORCE_UNLOAD=y'
39
apply_kconfig 'CONFIG_CMDLINE="intel_iommu=on iommu=pt mem_sleep=s2idle pcie_ports=native"'
40
apply_kconfig 'CONFIG_CMDLINE_BOOL=y'
41
echo "# CONFIG_CMDLINE_OVERRIDE is not set" >> kernel-x86_64-fedora.config
42
+apply_kconfig 'CONFIG_SPI_HID_APPLE_OF=y'
43
+apply_kconfig 'CONFIG_HID_DOCKCHANNEL=y'
44
+apply_kconfig 'CONFIG_APPLE_DOCKCHANNEL=y'
45
+apply_kconfig 'CONFIG_APPLE_RTKIT_HELPER=m'
46
+while read -r line; do
47
+ apply_kconfig "$line"
48
+done < linux-t2-patches/extra_config
49
50
git apply --directory="linux-t2-patches" "./fix-context-4001-asahi-trackpad.patch"
51
cat "linux-t2-patches"/*.patch > "t2linux-combined.patch"
0 commit comments