123456789101112131415161718 |
- menu "Product Specification"
- config TV_NEW_UI
- bool "New UI Select"
- default y
- help
- Now TV has two UI, you can choose one here
- config USE_8BPP_UI
- bool "Use 8BPP UI"
- default n
- help
- Use 8BPP UI
-
- source aps/customer/Kconfig.module
- source aps/customer/Kconfig.system
- source aps/customer/Kconfig.reduceMem
- endmenu # Product Specification
|