1config BR2_PACKAGE_HOST_DTC 2 bool "host dtc" 3 help 4 The Device Tree Compiler, dtc, takes as input a device-tree in 5 a given format and outputs a device-tree in another format. 6 7 Install host tools: dtc, convert-dtsv0, fdtdump, fdtget and 8 fdtput. 9 10 https://git.kernel.org/cgit/utils/dtc/dtc.git 11