Skip to content

Commit a04ca2f

Browse files
neobuddy89vbajs
authored andcommitted
drivers: Add KSU config path
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com> Signed-off-by: Yahya Wessam <yahyawessam2002@gmail.com>
1 parent 41d990f commit a04ca2f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,4 +229,6 @@ source "drivers/esoc/Kconfig"
229229

230230
source "drivers/kprofiles/Kconfig"
231231

232+
source "drivers/kernelsu/Kconfig"
233+
232234
endmenu

drivers/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,5 @@ obj-$(CONFIG_GNSS_SIRF) += gnsssirf/
194194
obj-$(CONFIG_GNSS) += gnss/
195195

196196
obj-$(CONFIG_KPROFILES) += kprofiles/
197+
198+
obj-$(CONFIG_KSU) += kernelsu/

0 commit comments

Comments
 (0)