blob: a341da3f107dec8954a0100709fc4f82bec1e76c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
menu "Viatelecom OEM funtion support"
config VIATELECOM_SYNC_CBP
bool "Ap Sync Cbp"
help
The synchronous mechanism for the data exchage between Ap and Cbp.
config VIATELECOM_POWER_CBP
bool "AP Power Cbp"
help
Enable this driver to support to control funtion such as reset, power
between AP and Cbp.
endmenu
|