OSDN Git Service

UPSTREAM: 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)
committerGreg Kroah-Hartman <gregkh@google.com>
Mon, 5 Feb 2018 16:58:36 +0000 (08:58 -0800)
commit68b6a5ccf304d7e02e3593bf73daedb82b6e0051
tree3ac5d2bdaee06cce88c951817fad179224b76e75
parent4d8ea865394ee408d2c5e5c8e317fd952dc0e46f
UPSTREAM: 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>
(cherry picked from commit ca0cd118a15f9a1e25fa6086543ab49ddd96df99)
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
scripts/dtc/dt_to_config [new file with mode: 0755]
scripts/dtc/dtx_diff