Skip to content

Commit

Permalink
Kernel: Add new touchbar driver to the guide
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored Jan 2, 2024
1 parent cbb20c5 commit 19bd674
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/guides/kernel.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ done
zcat /proc/config.gz > .config
make olddefconfig
scripts/config --module CONFIG_BT_HCIBCM4377
scripts/config --module CONFIG_HID_APPLE_IBRIDGE
scripts/config --module CONFIG_HID_APPLE_TOUCHBAR
scripts/config --module CONFIG_HID_APPLETB_BL
scripts/config --module CONFIG_HID_APPLETB_KBD
scripts/config --module CONFIG_DRM_APPLETBDRM
scripts/config --module CONFIG_HID_APPLE_MAGIC_BACKLIGHT
scripts/config --module CONFIG_APPLE_BCE
```
Expand Down

0 comments on commit 19bd674

Please sign in to comment.