15 lines
368 B
Text
15 lines
368 B
Text
|
config DC_VIBRATOR
|
||
|
tristate "SEC DC Vibrator"
|
||
|
default n
|
||
|
help
|
||
|
If you say yes here you will get support for the
|
||
|
SEC DC Vibrator.
|
||
|
|
||
|
config DC_VIBRATOR_TEST
|
||
|
bool "KUnit test for dc_vibrator_test"
|
||
|
depends on SEC_KUNIT
|
||
|
help
|
||
|
This driver is for dc vibrator test driver
|
||
|
dc vibrator kunit test
|
||
|
If you want to add some functions,
|
||
|
Please make the test case.
|