spl: input: Allow input in SPL and TPL
authorSimon Glass <sjg@chromium.org>
Mon, 1 Oct 2018 18:22:10 +0000 (12:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Oct 2018 10:40:27 +0000 (04:40 -0600)
commit985ca3945fa3cbb2933d1be9d72022c0ac4d3da9
treec07d6bc7daa4e26854283ce0df29d8de61d1be57
parent97f57109bb750d0b2908d6ecd4aef3801baf1cf2
spl: input: Allow input in SPL and TPL

In some cases it is necessary to read the keyboard in early phases of
U-Boot. Update the config to allow this.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/input/Kconfig
drivers/input/Makefile
drivers/input/input.c