]> asedeno.scripts.mit.edu Git - linux.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)
commitca0cd118a15f9a1e25fa6086543ab49ddd96df99
tree36a4116b2cdadaefe0a27886dc80a27a8eae1b68
parent1d1bde550ea3b08a95bd9b6b3adb6d7cd3781870
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