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

30 lines
666 B
Plaintext
Executable File

if REGULATOR
config REGULATOR_S2DOS07
tristate "Samsung S2DOS07 regulator"
depends on I2C
help
This driver controls a Samsung S2DOS07 regulator
via I2C bus.
endif
config S2DOS07_TEST_FOR_ON_DEVICE
tristate "KUnit test for s2dos07_test"
depends on SEC_KUNIT
depends on REGULATOR_S2DOS07
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 S2DOS07_TEST_FOR_ONLY_UML
tristate "KUnit test for s2dos07_test"
depends on SEC_KUNIT
depends on UML
depends on REGULATOR_S2DOS07
help
TODO: Describe config fully.
This CONFIG is recommended to set to y.