1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-08-15 06:35:18 +00:00
Files
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

24 lines
585 B
Plaintext

config SEC_VIBRATOR
tristate "sec vibrator"
default n
help
If you say yes here you will get support for the
sec vibrator driver
config SEC_VIB_NOTIFIER
tristate "use sec vibrator notifier"
default n
help
Enable notifier functions to get motor enable status
and timeout value by register notifiy
If you unsure, please select n
config SEC_VIBRATOR_TEST
bool "KUnit test for sec_vibrator_test"
depends on SEC_KUNIT
help
This driver is for sec vibrator test driver
sec vibrator kunit test
If you want to add some functions,
Please make the test case.