blob: a6240d3b71e260c62b42b848427292bdfb1a4d8c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
menuconfig VITHAR
tristate "Enable Vithar DDK"
default n
help
Choose this option to enable 3D rendering with vithar DDK.
config VITHAR_RT_PM
bool "Enable Runtime power management"
depends on VITHAR
default n
help
Choose this option to enable runtime power management on vithar DDK.
config VITHAR_DVFS
bool "Enable DVFS"
depends on VITHAR
default n
help
Choose this option to enable DVFS on vithar DDK.
|