commit | b45b1630c89110f480874bbb09d1f63b97285e12 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Sep 10 20:21:13 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 09 11:59:48 2020 -0400 |
tree | 4a5b74d3f8bcd3f6e1c2f5796d7afaf65dc24cd4 | |
parent | 5534d9b31f5da1765d64ea4f5b0c6549cfab1850 [diff] |
Kconfig: Move boot menu into common/ Most of the boot options are in common/Kconfig but that file is already extremely large. Create a new Kconfig.boot to hold the boot options. Signed-off-by: Simon Glass <sjg@chromium.org>