|
@@ -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
|