kernel_samsung_a34x-permissive/drivers/misc/mediatek/met_drv/Kconfig
2024-04-28 15:51:13 +02:00

19 lines
494 B
Plaintext

config MTK_MET_CORE
bool "MET CORE"
default y if MTK_MET
help
This selects the MET wrapper function for MET device.
If you want MET feature, say Y here.
This is needed if support for MET devices is required.
If unsure, say N.
config MTK_MET_PLF
tristate "MET PLATFORM"
depends on MTK_MET_CORE
help
This selects the MET profile function for MET device.
If you want MET feature, say Y here.
This is needed if support for MET devices is required.
If unsure, say N.