dtc: Switch to building and using our own dtc unless provided
[project/bcm63xx/u-boot.git] / dts / Kconfig
index b4b7ddc1444a0b0b16e275fa0365322f5c05b1c0..44fc9fe36dd799bf0633f845c889f4e79948fd81 100644 (file)
@@ -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.