From e311869e848c393115a6040b7576fef6909eb073 Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Wed, 12 Nov 2014 14:58:31 -0700 Subject: libpayload: Update defconfigs Update x86 and ARM defconfig. Adds default N to specific timer and serial drivers. Change-Id: Ida6b953565dc6053729c2a72c6342d86596c599b Signed-off-by: Marc Jones Reviewed-on: http://review.coreboot.org/7449 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks --- payloads/libpayload/configs/defconfig | 4 +++- payloads/libpayload/configs/defconfig-arm | 7 ++++++- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'payloads') diff --git a/payloads/libpayload/configs/defconfig b/payloads/libpayload/configs/defconfig index f63822eb00..78f3808101 100644 --- a/payloads/libpayload/configs/defconfig +++ b/payloads/libpayload/configs/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # libpayload version: 0.2.0 -# Sat Dec 21 12:53:40 2013 +# Wed Nov 12 14:25:19 2014 # # @@ -37,6 +37,8 @@ CONFIG_LP_LZMA=y CONFIG_LP_CBMEM_CONSOLE=y CONFIG_LP_SERIAL_CONSOLE=y CONFIG_LP_8250_SERIAL_CONSOLE=y +# CONFIG_LP_S5P_SERIAL_CONSOLE is not set +# CONFIG_LP_TEGRA_SERIAL_CONSOLE is not set CONFIG_LP_SERIAL_IOBASE=0x3f8 # CONFIG_LP_SERIAL_SET_SPEED is not set # CONFIG_LP_SERIAL_ACS_FALLBACK is not set diff --git a/payloads/libpayload/configs/defconfig-arm b/payloads/libpayload/configs/defconfig-arm index e336f6a979..12ad423e37 100644 --- a/payloads/libpayload/configs/defconfig-arm +++ b/payloads/libpayload/configs/defconfig-arm @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # libpayload version: 0.2.0 -# Thu Aug 14 20:38:59 2014 +# Wed Nov 12 14:57:03 2014 # # @@ -36,6 +36,8 @@ CONFIG_LP_LZMA=y CONFIG_LP_CBMEM_CONSOLE=y 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 is not set # CONFIG_LP_SERIAL_SET_SPEED is not set # CONFIG_LP_SERIAL_ACS_FALLBACK is not set CONFIG_LP_VIDEO_CONSOLE=y @@ -52,6 +54,9 @@ CONFIG_LP_STORAGE=y # CONFIG_LP_STORAGE_64BIT_LBA is not set CONFIG_LP_STORAGE_ATA=y CONFIG_LP_STORAGE_ATAPI=y +CONFIG_LP_TIMER_NONE=y +# CONFIG_LP_TIMER_MCT is not set +# CONFIG_LP_TIMER_TEGRA_1US is not set CONFIG_LP_USB=y CONFIG_LP_USB_OHCI=y CONFIG_LP_USB_EHCI=y -- cgit v1.2.3