kernel_samsung_a53x/drivers/misc/tui
2024-06-15 16:21:18 -03:00
..
platforms Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwd_agent.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwd_agent.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig Nuke build warnings 2024-06-15 16:20:55 -03:00
main.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile drivers: tui: fix out of tree build 2024-06-15 16:21:18 -03:00
README Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stui_core.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stui_core.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stui_hal.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stui_inf.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stui_inf.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stui_ioctl.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tuill_defs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00

1. Location
move file in include/linux to linux/include/linux
move all the rest to linux/drivers/misc/tui

2. Add TUI driver to linux kernel build like below
linux/drivers/misc/Kconfig
+source "drivers/misc/tui/Kconfig"

linux/drivers/misc/Makefile
+obj-$(CONFIG_SAMSUNG_TUI)	+= tui/