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

27 lines
676 B
Plaintext

#
# samsung panel notifier
#
config SEC_PANEL_NOTIFIER_V2
tristate "samsung panel notifier"
help
Samsung panel notifier.
config SEC_PANEL_NOTIFIER_V2_TEST_FOR_ON_DEVICE
tristate "KUnit test for sec_panel_notifier_v2_test"
depends on KUNIT
depends on SEC_PANEL_NOTIFIER_V2
help
TODO: Describe config fully.
If you run this test driver on device, SHOULD set this config as 'm' to build test driver modulraly.
config SEC_PANEL_NOTIFIER_V2_TEST_FOR_ONLY_UML
tristate "KUnit test for sec_panel_notifier_v2_test"
depends on KUNIT
depends on UML
depends on SEC_PANEL_NOTIFIER_V2
help
TODO: Describe config fully.
This CONFIG is recommended to set to y.