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 <marc.jones@se-eng.com> Reviewed-on: http://review.coreboot.org/7449 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks <dhendrix@chromium.org>
This commit is contained in:
parent
ebeadd1339
commit
e311869e84
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue