Skip to content

Commit

Permalink
fdt: Adjust DEFAULT_DEVICE_TREE to device on OF_CONTROL
Browse files Browse the repository at this point in the history
This option has no meaning without OF_CONTROL, so add a dependency.

Signed-off-by: Simon Glass <[email protected]>
  • Loading branch information
sjg20 authored and trini committed Mar 14, 2016
1 parent 73223f0 commit 70d4109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dts/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ endchoice

config DEFAULT_DEVICE_TREE
string "Default Device Tree for DT control"
depends on OF_CONTROL
help
This option specifies the default Device Tree used for DT control.
It can be overridden from the command line:
Expand Down

0 comments on commit 70d4109

Please sign in to comment.