On Mon, Jun 19, 2023 at 8:01 PM Simon Glass <[email protected]> wrote: > > The Kconfig for this is currently inside a particular board. Move it into > the correct place and allow use in SPL, so that video can be used there > if needed. > > Signed-off-by: Simon Glass <[email protected]> > --- > > (no changes since v1) > > board/google/Kconfig | 7 ------- > drivers/Kconfig | 2 ++ > drivers/Makefile | 2 +- > drivers/bios_emulator/Kconfig | 10 ++++++++++ > 4 files changed, 13 insertions(+), 8 deletions(-) > create mode 100644 drivers/bios_emulator/Kconfig >
Reviewed-by: Bin Meng <[email protected]>

