From 8c57da5f8f29e470ec567a2ecd6f966a44d80b83 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Tue, 17 Jun 2014 17:09:58 -0700 Subject: [PATCH] libpayload rush: Add serial and timer config options to config.rush BUG=None BRANCH=None TEST=Compiles successfully for rush Change-Id: Ia4ca1e84aa424cabd45e04d05cb5321f7ca791b6 Signed-off-by: Furquan Shaikh Reviewed-on: https://chromium-review.googlesource.com/204425 Reviewed-by: Aaron Durbin Tested-by: Furquan Shaikh --- payloads/libpayload/configs/config.rush | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/payloads/libpayload/configs/config.rush b/payloads/libpayload/configs/config.rush index 58dcb7ce5f..548c24a5cf 100644 --- a/payloads/libpayload/configs/config.rush +++ b/payloads/libpayload/configs/config.rush @@ -34,7 +34,13 @@ CONFIG_LP_LZMA=y # CONFIG_LP_SKIP_CONSOLE_INIT=y CONFIG_LP_CBMEM_CONSOLE=y -# CONFIG_LP_SERIAL_CONSOLE is not set +CONFIG_LP_SERIAL_CONSOLE=y +# CONFIG_LP_8250_SERIAL_CONSOLE is not set +# CONFIG_LP_S5P_SERIAL_CONSOLE is not set +CONFIG_LP_TEGRA_SERIAL_CONSOLE=y +# CONFIG_LP_IPQ806X_SERIAL_CONSOLE is not set +# CONFIG_LP_SERIAL_SET_SPEED is not set +# CONFIG_LP_SERIAL_ACS_FALLBACK is not set CONFIG_LP_VIDEO_CONSOLE=y CONFIG_LP_COREBOOT_VIDEO_CONSOLE=y # CONFIG_LP_PC_KEYBOARD is not set @@ -44,10 +50,11 @@ CONFIG_LP_COREBOOT_VIDEO_CONSOLE=y # # CONFIG_LP_RTC_PORT_EXTENDED_VIA is not set # CONFIG_LP_STORAGE is not set -CONFIG_LP_TIMER_NONE=y +# CONFIG_LP_TIMER_NONE is not set # CONFIG_LP_TIMER_MCT is not set -# CONFIG_LP_TIMER_TEGRA_1US is not set +CONFIG_LP_TIMER_TEGRA_1US=y # CONFIG_LP_TIMER_IPQ806X is not set +CONFIG_LP_TIMER_TEGRA_1US_ADDRESS=0x60005010 CONFIG_LP_USB=y # CONFIG_LP_USB_OHCI is not set CONFIG_LP_USB_EHCI=y