Skip to content

Commit 16a1b10

Browse files
committed
treewide: Remove KernelSU
- tiann/KernelSU#1705 (comment) - kernelsu as officially droped support for Non-GKI kernels - Nuke ksu This reverts commit b0b36ad.
1 parent 7fd6045 commit 16a1b10

37 files changed

+0
-6883
lines changed

arch/arm64/configs/vendor/alioth_defconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5254,13 +5254,6 @@ CONFIG_QCOM_KGSL_IOMMU=y
52545254
# CONFIG_QCOM_KGSL_USE_SHMEM is not set
52555255
# CONFIG_LEGACY_ENERGY_MODEL_DT is not set
52565256

5257-
#
5258-
# KernelSU
5259-
#
5260-
CONFIG_KSU=y
5261-
# CONFIG_KSU_DEBUG is not set
5262-
# CONFIG_KSU_ALLOWLIST_WORKAROUND is not set
5263-
52645257
#
52655258
# File systems
52665259
#

arch/arm64/configs/vendor/apollo_defconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5255,13 +5255,6 @@ CONFIG_QCOM_KGSL_IOMMU=y
52555255
# CONFIG_QCOM_KGSL_USE_SHMEM is not set
52565256
# CONFIG_LEGACY_ENERGY_MODEL_DT is not set
52575257

5258-
#
5259-
# KernelSU
5260-
#
5261-
CONFIG_KSU=y
5262-
# CONFIG_KSU_DEBUG is not set
5263-
# CONFIG_KSU_ALLOWLIST_WORKAROUND is not set
5264-
52655258
#
52665259
# File systems
52675260
#

arch/arm64/configs/vendor/munch_defconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5253,13 +5253,6 @@ CONFIG_QCOM_KGSL_IOMMU=y
52535253
# CONFIG_QCOM_KGSL_USE_SHMEM is not set
52545254
# CONFIG_LEGACY_ENERGY_MODEL_DT is not set
52555255

5256-
#
5257-
# KernelSU
5258-
#
5259-
CONFIG_KSU=y
5260-
# CONFIG_KSU_DEBUG is not set
5261-
# CONFIG_KSU_ALLOWLIST_WORKAROUND is not set
5262-
52635256
#
52645257
# File systems
52655258
#

drivers/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,5 +235,4 @@ source "drivers/gpu/msm/Kconfig"
235235

236236
source "drivers/energy_model/Kconfig"
237237

238-
source "drivers/kernelsu/Kconfig"
239238
endmenu

drivers/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,3 @@ obj-$(CONFIG_SIOX) += siox/
195195
obj-$(CONFIG_GNSS) += gnss/
196196
obj-$(CONFIG_SENSORS_SSC) += sensors/
197197

198-
obj-$(CONFIG_KSU) += kernelsu/

0 commit comments

Comments
 (0)