Kconfig.product 345 B

123456789101112131415161718
  1. menu "Product Specification"
  2. config TV_NEW_UI
  3. bool "New UI Select"
  4. default y
  5. help
  6. Now TV has two UI, you can choose one here
  7. config USE_8BPP_UI
  8. bool "Use 8BPP UI"
  9. default n
  10. help
  11. Use 8BPP UI
  12. source aps/customer/Kconfig.module
  13. source aps/customer/Kconfig.system
  14. source aps/customer/Kconfig.reduceMem
  15. endmenu # Product Specification