You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
261 B
13 lines
261 B
4 months ago
|
menuconfig SOCT_PANEL_SUPPORT
|
||
|
tristate "PANEL Support"
|
||
|
default y if SOCT_DRV_BUILDIN
|
||
|
default m
|
||
|
help
|
||
|
This selection enable PANEL feature
|
||
|
|
||
|
config SOCT_PANEL_DEBUG_SUPPORT
|
||
|
bool "Panel Debug Support"
|
||
|
depends on SOCT_PANEL_SUPPORT
|
||
|
default n
|
||
|
|