]> git.baikalelectronics.ru Git - kernel.git/commit
scripts/dtc: dt_to_config - kernel config options for a devicetree
authorGaurav Minocha <gaurav.minocha.os@gmail.com>
Wed, 20 Jul 2016 02:37:44 +0000 (19:37 -0700)
committerRob Herring <robh@kernel.org>
Fri, 22 Jul 2016 19:48:16 +0000 (14:48 -0500)
commit029b34d6b6388b98d63445d4673580f2810f2cab
tree36a4116b2cdadaefe0a27886dc80a27a8eae1b68
parent5f3dc6ebbc8e56df8321a83816ca6dfc1a9472bc
scripts/dtc: dt_to_config - kernel config options for a devicetree

Determining which kernel config options need to be enabled for a
given devicetree can be a painful process.  Create a new tool to
find the drivers that may match a devicetree node compatible,
find the kernel config options that enable the driver, and
optionally report whether the kernel config option is enabled.

Signed-off-by: Gaurav Minocha <gaurav.minocha.os@gmail.com>
Signed-off-by: Frank Rowand <frank.rowand@am.sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
scripts/dtc/dt_to_config [new file with mode: 0755]
scripts/dtc/dtx_diff