Skip to content
Snippets Groups Projects
Commit 70d41093 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

fdt: Adjust DEFAULT_DEVICE_TREE to device on OF_CONTROL


This option has no meaning without OF_CONTROL, so add a dependency.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 73223f0e
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,7 @@ endchoice ...@@ -53,6 +53,7 @@ endchoice
config DEFAULT_DEVICE_TREE config DEFAULT_DEVICE_TREE
string "Default Device Tree for DT control" string "Default Device Tree for DT control"
depends on OF_CONTROL
help help
This option specifies the default Device Tree used for DT control. This option specifies the default Device Tree used for DT control.
It can be overridden from the command line: It can be overridden from the command line:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment