Kconfig 374 B

12345678910111213
  1. # This file is auto generated by ./tools/gen_customer.pl, don't modify~~
  2. choice
  3. prompt "SUB SUB CUSTOMER"
  4. config SUBSUBCUSTOMER__S2TEK__S2TEK__S2TEK
  5. bool "s2tek"
  6. endchoice
  7. config SUBSUBCUSTOMER_NAME
  8. string
  9. default "s2tek" if SUBSUBCUSTOMER__S2TEK__S2TEK__S2TEK
  10. if SUBSUBCUSTOMER__S2TEK__S2TEK__S2TEK
  11. source aps/customer/s2tek/sub_customer/s2tek/s2tek/Kconfig
  12. endif