Kconfig 275 B

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