diff options
| author | Tom Rini <[email protected]> | 2020-10-09 18:10:24 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-10-09 18:10:24 -0400 |
| commit | 0437cc415517c06c864bee5dbce3001d70b2c2cb (patch) | |
| tree | 760afc39c86954919d0a3abe3b9edba4a49dbe36 /tools | |
| parent | 0570938e3c1835a6bcd0ce5b47a501ad5a09a9b3 (diff) | |
| parent | 0817daa7606ec55ba551acb0208eaba33a548804 (diff) | |
Merge branch '2020-10-09-kconfig-reorg'
- Re-organize a number of Kconfig related entries to be better organized
for long term maintenance.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/Kconfig b/tools/Kconfig new file mode 100644 index 00000000000..b2f5012240c --- /dev/null +++ b/tools/Kconfig @@ -0,0 +1,12 @@ +menu "Tools options" + +config MKIMAGE_DTC_PATH + string "Path to dtc binary for use within mkimage" + default "dtc" + help + The mkimage host tool will, in order to generate FIT images make + calls to the dtc application in order to create the output. In + some cases the system dtc may not support all required features + and the path to a different version should be given here. + +endmenu |
