diff options
Diffstat (limited to 'dts/Kconfig')
-rw-r--r-- | dts/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dts/Kconfig b/dts/Kconfig index b4b7ddc144..44fc9fe36d 100644 --- a/dts/Kconfig +++ b/dts/Kconfig @@ -5,11 +5,15 @@ config SUPPORT_OF_CONTROL bool +config DTC + bool + menu "Device Tree Control" depends on SUPPORT_OF_CONTROL config OF_CONTROL bool "Run-time configuration via Device Tree" + select DTC help This feature provides for run-time configuration of U-Boot via a flattened device tree. |