Kconfig 151 B

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