Skip to content

Commit 703a745

Browse files
kernel: Add missing Kconfig
1 parent fc9e464 commit 703a745

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

kernel/kernel.sh

+7
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ apply_kconfig 'CONFIG_MODULE_FORCE_UNLOAD=y'
3939
apply_kconfig 'CONFIG_CMDLINE="intel_iommu=on iommu=pt mem_sleep=s2idle pcie_ports=native"'
4040
apply_kconfig 'CONFIG_CMDLINE_BOOL=y'
4141
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
4249

4350
git apply --directory="linux-t2-patches" "./fix-context-4001-asahi-trackpad.patch"
4451
cat "linux-t2-patches"/*.patch > "t2linux-combined.patch"

0 commit comments

Comments
 (0)