Files
2025-08-12 22:16:57 +02:00

27 lines
608 B
Plaintext
Executable File

#
# samsung display platform
#
config SDP
tristate "Samsung Display Platform"
help
Samsung Display Platform.
config ADAPTIVE_MIPI_V2_TEST_FOR_ON_DEVICE
tristate "KUnit test for adaptive_mipi_v2_test"
depends on KUNIT
depends on SDP
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 ADAPTIVE_MIPI_V2_TEST_FOR_ONLY_UML
tristate "KUnit test for adaptive_mipi_v2_test"
depends on KUNIT
depends on UML
depends on SDP
help
TODO: Describe config fully.
This CONFIG is recommended to set to y.