Skip to content

Commit 904247b

Browse files
zhangjunrkhuangtao
authored andcommitted
rk_headset: re-enable driver/headset_observe/
Change-Id: I84a05b94894b0240d8dd6fbd9ef7bc693b933da9 Signed-off-by: zhangjun <zhangjun@rock-chips.com>
1 parent 9a60f35 commit 904247b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

drivers/Kconfig

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

203203
source "drivers/rk_nand/Kconfig"
204204

205+
source "drivers/headset_observe/Kconfig"
206+
205207
endmenu

drivers/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,5 @@ obj-$(CONFIG_STM) += hwtracing/stm/
173173
obj-$(CONFIG_ANDROID) += android/
174174
obj-$(CONFIG_NVMEM) += nvmem/
175175
obj-$(CONFIG_FPGA) += fpga/
176-
obj-$(CONFIG_RK_NAND) += rk_nand/
176+
obj-$(CONFIG_RK_NAND) += rk_nand/
177+
obj-$(CONFIG_RK_HEADSET) += headset_observe/

0 commit comments

Comments
 (0)