Kconfig 140 B

12345678
  1. menu "API"
  2. config API
  3. bool "Enable U-Boot API"
  4. help
  5. This option enables the U-Boot API. See api/README for more information.
  6. endmenu