Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drivers: input: select multithreading on drivers using a thread #66666

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions drivers/input/Kconfig.evdev
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ config NATIVE_LINUX_EVDEV
default y
depends on DT_HAS_ZEPHYR_NATIVE_LINUX_EVDEV_ENABLED
depends on ARCH_POSIX
depends on MULTITHREADING
help
Enable reading input from a Linux evdev device, requires specifying
an evdev device path in the --evdev command line argument.
Expand Down
1 change: 0 additions & 1 deletion drivers/input/Kconfig.it8xxx2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ config INPUT_ITE_IT8XXX2_KBD
default y
depends on DT_HAS_ITE_IT8XXX2_KBD_ENABLED
select INPUT_KBD_MATRIX
select MULTITHREADING
help
This option enables the ITE keyboard scan driver.
1 change: 1 addition & 0 deletions drivers/input/Kconfig.kbd_matrix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

config INPUT_KBD_MATRIX
bool
depends on MULTITHREADING
help
Enable library used for keyboard matrix drivers.

Expand Down
1 change: 0 additions & 1 deletion drivers/input/Kconfig.npcx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ config INPUT_NPCX_KBD
default y
depends on DT_HAS_NUVOTON_NPCX_KBD_ENABLED
select INPUT_KBD_MATRIX
select MULTITHREADING
help
This option enables the keyboard scan driver for NPCX family of
processors.
Expand Down
Loading