When libpayload header files are included in the payload itself, it's possible that the payloads config settings will conflict with the ones in libpayload. It's also possible for the libpayload config settings to conflict with the payloads. To avoid that, the libpayload config settings have _LP_ (for libpayload) added to them. The symbols themselves as defined in the Config.in files are still the same, but the prefix added to them is now CONFIG_LP_ instead of just CONFIG_. BUG=chrome-os-partner:19420 TEST=Built and booted on pit. Built libpayload and depthcharge on all supported platforms. BRANCH=None Change-Id: Ib8a46d202e7880afdeac7924d69a949bfbcc5f97 Signed-off-by: Gabe Black <gabeblack@google.com> Reviewed-on: https://gerrit.chromium.org/gerrit/65303 Reviewed-by: Stefan Reinauer <reinauer@google.com> Tested-by: Gabe Black <gabeblack@chromium.org> Commit-Queue: Gabe Black <gabeblack@chromium.org>
62 lines
1.3 KiB
Text
62 lines
1.3 KiB
Text
#
|
|
# Automatically generated make config: don't edit
|
|
# libpayload version: 0.2.0
|
|
# Fri May 3 13:22:35 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=y
|
|
# CONFIG_LP_ARCH_POWERPC is not set
|
|
# CONFIG_LP_ARCH_X86 is not set
|
|
# CONFIG_LP_MEMMAP_RAM_ONLY is not set
|
|
CONFIG_LP_COREBOOT_INFO_RANGE_BASE=0xbfb00000
|
|
CONFIG_LP_COREBOOT_INFO_RANGE_SIZE=0x00100000
|
|
|
|
#
|
|
# 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 is not set
|
|
CONFIG_LP_VIDEO_CONSOLE=y
|
|
CONFIG_LP_COREBOOT_VIDEO_CONSOLE=y
|
|
# CONFIG_LP_PC_KEYBOARD is not set
|
|
|
|
#
|
|
# Drivers
|
|
#
|
|
# CONFIG_LP_RTC_PORT_EXTENDED_VIA is not set
|
|
# CONFIG_LP_STORAGE is not set
|
|
CONFIG_LP_USB=y
|
|
# CONFIG_LP_USB_OHCI is not set
|
|
CONFIG_LP_USB_EHCI=y
|
|
# CONFIG_LP_USB_XHCI is not set
|
|
CONFIG_LP_USB_HID=y
|
|
CONFIG_LP_USB_HUB=y
|
|
CONFIG_LP_USB_MSC=y
|
|
# CONFIG_LP_USB_PCI is not set
|
|
CONFIG_LP_USB_MEMORY=y
|
|
CONFIG_LP_USB_OHCI_BASE_ADDRESS=0x12120000
|
|
CONFIG_LP_USB_EHCI_BASE_ADDRESS=0x12110000
|
|
# 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
|