Kconfig: Move boot menu into common/
authorSimon Glass <sjg@chromium.org>
Fri, 11 Sep 2020 02:21:13 +0000 (20:21 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 9 Oct 2020 15:59:48 +0000 (11:59 -0400)
commitcf298167685994a5c51213f07e32ab4644508c4c
tree4a5b74d3f8bcd3f6e1c2f5796d7afaf65dc24cd4
parentb81736d475da7401a4a6316670eb7691165a02e8
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>
Kconfig
common/Kconfig
common/Kconfig.boot [new file with mode: 0644]