The existing USB_MEMORY mechanism to instantiate non-PCI host controllers is clunky and inflexible... most importantly, it doesn't allow multiple host controllers of the same kind. This patch replaces it with a function that allows payloads to directly instantiate as many host controllers of whatever type they need. CQ-DEPEND=CL:169541 BUG=chrome-os-partner:21969 TEST=Manual Change-Id: Ic21d2016a4ef92c67fa420bdc0f0d8a6508b69e5 Signed-off-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/169454 Reviewed-by: Stefan Reinauer <reinauer@google.com>
71 lines
1.5 KiB
Text
71 lines
1.5 KiB
Text
#
|
|
# Automatically generated make config: don't edit
|
|
# libpayload version: 0.2.0
|
|
# Thu May 2 16:10:03 2013
|
|
#
|
|
|
|
#
|
|
# Generic Options
|
|
#
|
|
# CONFIG_LP_EXPERIMENTAL is not set
|
|
# CONFIG_LP_OBSOLETE is not set
|
|
# CONFIG_LP_DEVELOPER is not set
|
|
CONFIG_LP_CHROMEOS=y
|
|
|
|
#
|
|
# Architecture Options
|
|
#
|
|
# CONFIG_LP_ARCH_ARMV7 is not set
|
|
# CONFIG_LP_ARCH_POWERPC is not set
|
|
CONFIG_LP_ARCH_X86=y
|
|
# 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_X86_SERIAL_CONSOLE=y
|
|
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_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_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
|