summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-04-26 08:24:34 -0400
committerTom Rini <[email protected]>2023-04-26 08:24:34 -0400
commit2356053a945899687e894a3e3b3de09dd9814bb8 (patch)
treedbf7ecd8171ef349574d5f35a66777e0b39033ed /api
parentbad2618b8c5c7e18dcfb9ff6a7d108e389d20cf7 (diff)
parent0fac5c47e4b82b78740264fd4ca53cd2ab28b34e (diff)
Merge branch '2023-04-25-assorted-updates-and-fixes'
- A few TI, mpc8379erdb and vexpress64 updates, some arm64 core updates, test cleanups, Xen cleanups, assorted code and Kconfig cleanups (many in preparation for using clang on ARM), psci pre-reloc fixes, enable PCI bus mastering for ATA devices, and a gpio-uclass bugfix
Diffstat (limited to 'api')
-rw-r--r--api/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/api/Kconfig b/api/Kconfig
index 6072288f9bc..b5a7399d7f3 100644
--- a/api/Kconfig
+++ b/api/Kconfig
@@ -1,13 +1,14 @@
-menu "API"
-
config API
bool "Enable U-Boot API"
+ depends on CC_IS_GCC
help
This option enables the U-Boot API. See api/README for more information.
+menu "API"
+ depends on API
+
config SYS_MMC_MAX_DEVICE
int "Maximum number of MMC devices exposed via the API"
- depends on API
default 1
config EXAMPLES