Kconfig 909 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Kconfig - alipay and wxpay library
  2. #
  3. # Copyright (c) 2016 Actions Corporation
  4. #
  5. # SPDX-License-Identifier: Apache-2.0
  6. #
  7. config ALIPAY_WXPAY_LIB
  8. bool
  9. prompt "Enable alipay and wxpay library"
  10. default n
  11. select MINIMAL_LIBC_RAND if MINIMAL_LIBC
  12. help
  13. This option enable alipay and wxpay library
  14. config ALIPAY_WXPAY_SHELL
  15. bool
  16. prompt "Enable alipay and wxpay shell for test"
  17. default n
  18. help
  19. This option enable alipay and wxpay shell
  20. config ALIPAY_WXPAY_ROM
  21. bool
  22. prompt "Enable alipay and wxpay rom code"
  23. default n
  24. help
  25. This option enable alipay and wxpay rom code
  26. config ALIPAY_WXPAY_ROM_BASE
  27. hex
  28. prompt "Set alipay and wxpay rom base"
  29. default 0x18780000
  30. help
  31. Alipay and wxpay rom base address
  32. config ALIPAY_WXPAY_ROM_NAME
  33. string "file name for alipay and wxpay rom"
  34. default "/NAND:K/alipay.bin"
  35. help
  36. This option set file name for alipay and wxpay rom