Kconfig 478 B

12345678910111213141516
  1. # This file is auto generated by ./tools/gen_customer.pl, don't modify~~
  2. choice
  3. prompt "SUB CUSTOMER"
  4. config SUBCUSTOMER__S2TEK__S2TEK
  5. bool "s2tek"
  6. endchoice
  7. config SUBCUSTOMER_NAME
  8. string
  9. default "s2tek" if SUBCUSTOMER__S2TEK__S2TEK
  10. if SUBCUSTOMER__S2TEK__S2TEK
  11. source aps/customer/s2tek/sub_customer/s2tek/Kconfig
  12. endif
  13. source aps/customer/s2tek/public/panel/Kconfig.panel
  14. source aps/customer/s2tek/public/ir/Kconfig
  15. source aps/customer/s2tek/public/ir_tx/Kconfig