]> git.sur5r.net Git - u-boot/blobdiff - drivers/core/Kconfig
microblaze: Remove CONSOLE_ARG
[u-boot] / drivers / core / Kconfig
index 53acee05faa21327453b21630898cf3591eb75ae..c5c9d2a42e5c943572740feac34042915696b266 100644 (file)
@@ -57,6 +57,15 @@ config DM_SEQ_ALIAS
        bool "Support numbered aliases in device tree"
        depends on DM
        default y
+       help
+         Most boards will have a '/aliases' node containing the path to
+         numbered devices (e.g. serial0 = &serial0). This feature can be
+         disabled if it is not required.
+
+config SPL_DM_SEQ_ALIAS
+       bool "Support numbered aliases in device tree in SPL"
+       depends on DM
+       default n
        help
          Most boards will have a '/aliases' node containing the path to
          numbered devices (e.g. serial0 = &serial0). This feature can be
@@ -155,7 +164,7 @@ config OF_TRANSLATE
          smaller in size than fdt_translate_address().
 
 config SPL_OF_TRANSLATE
-       bool "Translate addresses using fdt_translate_address"
+       bool "Translate addresses using fdt_translate_address in SPL"
        depends on SPL_DM && SPL_OF_CONTROL
        default n
        help