We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbec4fb commit ee3928cCopy full SHA for ee3928c
build.sh
@@ -49,9 +49,8 @@ echo >&2 "===]> Info: Applying kconfig changes... ";
49
{
50
echo "CONFIG_APPLE_BCE=m"
51
echo "CONFIG_BT_HCIBCM4377=m"
52
- echo "CONFIG_HID_APPLETB_BL=m"
53
- echo "CONFIG_HID_APPLETB_KBD=m"
54
- echo "CONFIG_DRM_APPLETBDRM=m"
+ echo "CONFIG_HID_APPLE_IBRIDGE=m"
+ echo "CONFIG_HID_APPLE_TOUCHBAR=m"
55
echo "CONFIG_HID_APPLE_MAGIC_BACKLIGHT=m"
56
} >> "${RPMBUILD_PATH}/SOURCES/kernel-local"
57
0 commit comments