xref: /OK3568_Linux_fs/buildroot/package/dtc/Config.in.host (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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