19 lines
494 B
Plaintext
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.
|