e18c38e3ba
BUG=none BRANCH=tot TEST=emerge-purin libpayload depthcharge coreboot chromeos-bootimage Change-Id: I6a46067a288ecea352a2724c62c62066e3f4a383 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id: 355371317dde0546fbab2cd109bc17463f77c4fd Original-Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org> Original-Change-Id: I8c43acc4d270c3b2d7c18af07c077a553e3c6f6f Original-Reviewed-on: https://chromium-review.googlesource.com/245492 Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/9753 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
69 lines
1.7 KiB
Text
69 lines
1.7 KiB
Text
#
|
|
# 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=y
|
|
# CONFIG_LP_ARCH_X86 is not set
|
|
# CONFIG_LP_ARCH_ARM64 is not set
|
|
# CONFIG_LP_MEMMAP_RAM_ONLY 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 is not set
|
|
# CONFIG_LP_S5P_SERIAL_CONSOLE is not set
|
|
# CONFIG_LP_8250_MMIO32_SERIAL_CONSOLE is not set
|
|
# CONFIG_LP_IPQ806X_SERIAL_CONSOLE is not set
|
|
# CONFIG_LP_BG4CD_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 is not set
|
|
# CONFIG_LP_PC_KEYBOARD is not set
|
|
CONFIG_LP_CYGNUS_SERIAL_CONSOLE=y
|
|
|
|
#
|
|
# Drivers
|
|
#
|
|
# CONFIG_LP_RTC_PORT_EXTENDED_VIA is not set
|
|
# CONFIG_LP_STORAGE is not set
|
|
# 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_IPQ806X is not set
|
|
# CONFIG_LP_TIMER_RK is not set
|
|
# CONFIG_LP_TIMER_BG4CD is not set
|
|
CONFIG_LP_TIMER_CYGNUS=y
|
|
CONFIG_LP_USB=y
|
|
# CONFIG_LP_USB_OHCI is not set
|
|
# CONFIG_LP_USB_EHCI is not set
|
|
# CONFIG_LP_USB_XHCI is not set
|
|
# CONFIG_LP_USB_DWC2 is not set
|
|
# CONFIG_LP_USB_HID is not set
|
|
# CONFIG_LP_USB_HUB is not set
|
|
# CONFIG_LP_USB_MSC is not set
|
|
# CONFIG_LP_USB_PCI is not set
|
|
# CONFIG_LP_USB_GEN_HUB is not set
|
|
# CONFIG_LP_BIG_ENDIAN is not set
|
|
CONFIG_LP_LITTLE_ENDIAN=y
|
|
# CONFIG_LP_IO_ADDRESS_SPACE is not set
|
|
CONFIG_LP_ARCH_SPECIFIC_OPTIONS=y
|