ryu: libpayload: Add CONFIG_LP_TEGRA_VIDEO_CONSOLE_INIT
Need to add function to set framebuffer address to dc register. BRANCH=none BUG=chrome-os-partner:31936 TEST=build and test on ryu Signed-off-by: Jimmy Zhang <jimmzhang@nvidia.com> Change-Id: I3f2ed7a15cabf6be02786c5245d055b2bc6c7491 Signed-off-by: Jimmy Zhang <jimmzhang@nvidia.com> Reviewed-on: https://chromium-review.googlesource.com/226405 Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
cebb565016
commit
c29a5e368d
1 changed files with 5 additions and 0 deletions
|
|
@ -266,6 +266,11 @@ config COREBOOT_VIDEO_CONSOLE
|
|||
Say Y here if coreboot switched to a graphics mode and
|
||||
your payload wants to use it.
|
||||
|
||||
config TEGRA_VIDEO_CONSOLE_INIT
|
||||
bool "Tegra SOC framebuffer init driver"
|
||||
depends on COREBOOT_VIDEO_CONSOLE
|
||||
default n
|
||||
|
||||
config PC_KEYBOARD
|
||||
bool "Allow input from a PC keyboard"
|
||||
default y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue