]> git.sur5r.net Git - u-boot/blobdiff - Kconfig
treewide: move CONFIG_PHYS_64BIT to Kconfig
[u-boot] / Kconfig
diff --git a/Kconfig b/Kconfig
index 626e82f88dfe6cf5c945e2acc3895b7a76af50c2..1119b1971666795066d2f7ea620753ba823cbda8 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -124,6 +124,14 @@ config TOOLS_DEBUG
          debug through the source code, etc.
 
 endif
+
+config PHYS_64BIT
+       bool "64bit physical address support"
+       help
+         Say Y here to support 64bit physical memory address.
+         This can be used not only for 64bit SoCs, but also for
+         large physical address extention on 32bit SoCs.
+
 endmenu                # General setup
 
 menu "Boot images"