xref: /OK3568_Linux_fs/u-boot/api/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunmenu "API"
2*4882a593Smuzhiyun
3*4882a593Smuzhiyunconfig API
4*4882a593Smuzhiyun	bool "Enable U-Boot API"
5*4882a593Smuzhiyun	default n
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  This option enables the U-Boot API. See api/README for more information.
8*4882a593Smuzhiyun
9*4882a593Smuzhiyunendmenu
10