With a few recently added configuration options many libpayload board config got out of sync. The following command was used to normalize them (with default answers to all questions): for f in configs/config.*; do cp $f .config make oldconfig mv .config $f done BRANCH=as required BUG=none TEST=none Change-Id: I25b9862d868f9a62d663567b077e7b2b8cc42e22 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/223650 Reviewed-by: Aaron Durbin <adurbin@chromium.org>
81 lines
1.9 KiB
Text
81 lines
1.9 KiB
Text
#
|
|
# Automatically generated make config: don't edit
|
|
# libpayload version: 0.2.0
|
|
# Wed Oct 15 20:54:07 2014
|
|
#
|
|
|
|
#
|
|
# Generic Options
|
|
#
|
|
CONFIG_LP_GPL=y
|
|
# CONFIG_LP_EXPERIMENTAL is not set
|
|
# CONFIG_LP_OBSOLETE is not set
|
|
# CONFIG_LP_DEVELOPER is not set
|
|
# CONFIG_LP_REMOTEGDB is not set
|
|
CONFIG_LP_CHROMEOS=y
|
|
|
|
#
|
|
# Architecture Options
|
|
#
|
|
# CONFIG_LP_ARCH_ARM is not set
|
|
CONFIG_LP_ARCH_X86=y
|
|
# CONFIG_LP_ARCH_ARM64 is not set
|
|
# CONFIG_LP_MEMMAP_RAM_ONLY is not set
|
|
# CONFIG_LP_MULTIBOOT is not set
|
|
|
|
#
|
|
# Standard Libraries
|
|
#
|
|
CONFIG_LP_LIBC=y
|
|
# CONFIG_LP_CURSES is not set
|
|
CONFIG_LP_CBFS=y
|
|
CONFIG_LP_LZMA=y
|
|
|
|
#
|
|
# Console Options
|
|
#
|
|
CONFIG_LP_SKIP_CONSOLE_INIT=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_RK_SERIAL_CONSOLE is not set
|
|
# CONFIG_LP_IPQ806X_SERIAL_CONSOLE is not set
|
|
# CONFIG_LP_BG4CD_SERIAL_CONSOLE is not set
|
|
# CONFIG_LP_PL011_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
|
|
CONFIG_LP_VIDEO_CONSOLE=y
|
|
# CONFIG_LP_VGA_VIDEO_CONSOLE is not set
|
|
# CONFIG_LP_GEODELX_VIDEO_CONSOLE is not set
|
|
CONFIG_LP_COREBOOT_VIDEO_CONSOLE=y
|
|
CONFIG_LP_PC_KEYBOARD=y
|
|
CONFIG_LP_PC_KEYBOARD_LAYOUT_US=y
|
|
# CONFIG_LP_PC_KEYBOARD_LAYOUT_DE is not set
|
|
|
|
#
|
|
# Drivers
|
|
#
|
|
CONFIG_LP_PCI=y
|
|
CONFIG_LP_NVRAM=y
|
|
# CONFIG_LP_RTC_PORT_EXTENDED_VIA is not set
|
|
# CONFIG_LP_SPEAKER is not set
|
|
# CONFIG_LP_STORAGE is not set
|
|
CONFIG_LP_TIMER_RDTSC=y
|
|
CONFIG_LP_USB=y
|
|
CONFIG_LP_USB_UHCI=y
|
|
CONFIG_LP_USB_OHCI=y
|
|
CONFIG_LP_USB_EHCI=y
|
|
CONFIG_LP_USB_XHCI=y
|
|
CONFIG_LP_USB_HID=y
|
|
CONFIG_LP_USB_HUB=y
|
|
# CONFIG_LP_USB_EHCI_HOSTPC_ROOT_HUB_TT is not set
|
|
CONFIG_LP_USB_MSC=y
|
|
CONFIG_LP_USB_PCI=y
|
|
CONFIG_LP_USB_GEN_HUB=y
|
|
# CONFIG_LP_BIG_ENDIAN is not set
|
|
CONFIG_LP_LITTLE_ENDIAN=y
|
|
CONFIG_LP_IO_ADDRESS_SPACE=y
|
|
CONFIG_LP_ARCH_SPECIFIC_OPTIONS=y
|