New SMC driver

This commit is contained in:
Aditya Garg
2026-06-17 23:08:03 +05:30
parent 01adff7284
commit 4c074db62a
3 changed files with 502 additions and 543 deletions
+3 -3
View File
@@ -10,7 +10,7 @@ apt-get update
apt-get install -y lsb-release
KERNEL_VERSION=7.1
PKGREL=1
PKGREL=2
DISTRO=$(lsb_release -i | cut -d ":" -f 2 | xargs)
CODENAME=$(lsb_release -c | cut -d ":" -f 2 | xargs)
@@ -115,8 +115,6 @@ cp -v "${WORKING_PATH}/templates/default-config-${CONFIG}" "${KERNEL_PATH}/.conf
./scripts/config --enable CONFIG_ANDROID_BINDERFS
./scripts/config --set-str CONFIG_ANDROID_BINDER_DEVICES "binder,hwbinder,vndbinder"
make olddefconfig
# Enable T2 drivers
./scripts/config --module CONFIG_HID_APPLETB_BL
./scripts/config --module CONFIG_HID_APPLETB_KBD
@@ -139,6 +137,8 @@ make olddefconfig
./scripts/config --enable CONFIG_APPLE_BRIGHTNESS
./scripts/config --disable CONFIG_SENSORS_APPLESMC
make olddefconfig
# Get rid of the dirty tag
echo "" >"${KERNEL_PATH}"/.scmversion
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff