| 123456789101112131415161718192021222324252627282930313233343536373839404142 | 
							- # Kconfig - alipay and wxpay library
 
- #
 
- # Copyright (c) 2016 Actions Corporation
 
- #
 
- # SPDX-License-Identifier: Apache-2.0
 
- #
 
- config ALIPAY_WXPAY_LIB
 
- 	bool
 
- 	prompt "Enable alipay and wxpay library"
 
-     default n
 
- 	select MINIMAL_LIBC_RAND if MINIMAL_LIBC
 
-     help
 
-     This option enable alipay and wxpay library
 
- config ALIPAY_WXPAY_SHELL
 
- 	bool
 
- 	prompt "Enable alipay and wxpay shell for test"
 
-     default n
 
-     help
 
-     This option enable alipay and wxpay shell
 
- config ALIPAY_WXPAY_ROM
 
- 	bool
 
- 	prompt "Enable alipay and wxpay rom code"
 
-     default n
 
-     help
 
-     This option enable alipay and wxpay rom code
 
- config ALIPAY_WXPAY_ROM_BASE
 
- 	hex
 
- 	prompt "Set alipay and wxpay rom base"
 
- 	default 0x18780000
 
- 	help
 
- 	  Alipay and wxpay rom base address
 
- config ALIPAY_WXPAY_ROM_NAME
 
- 	string "file name for alipay and wxpay rom"
 
- 	default "/NAND:K/alipay.bin"
 
- 	help
 
- 	  This option set file name for alipay and wxpay rom
 
 
  |