Skip to content

Commit faa5d46

Browse files
added kconfig and makefile entry for ohayas
1 parent bcc64d4 commit faa5d46

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/Kconfig

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

215215
source "drivers/oneplus/Kconfig"
216216

217+
source "drivers/ohayas/Kconfig"
218+
217219
endmenu

drivers/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,3 +182,4 @@ obj-$(CONFIG_FPGA) += fpga/
182182
obj-$(CONFIG_SENSORS_SSC) += sensors/
183183
obj-$(CONFIG_TEE) += tee/
184184
obj-y += oneplus/
185+
obj-y += ohayas/

0 commit comments

Comments
 (0)