diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-03-12 16:51:30 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-03-16 17:56:32 +0100 |
commit | 94534b31328311e3a3488a7f8201bc0abab9fb1d (patch) | |
tree | 812a1ce5006d97de5a65ad35a67e3971f24d287e /payloads/libpayload/configs/defconfig-arm | |
parent | 62af53fe100f7618f178f12c57a098de19c4c86e (diff) |
libpayload: recreate config files
Add all the default options with:
for i in configs/*
do
cp $i .config
make savedefconfig
mv defconfig $i
done
This also switches to minimal config files instead of the full
configuration files that were previously checked in.
Change-Id: If18a32eca4df9e1dfeb0e212b652d972cea8e4b8
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/14077
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'payloads/libpayload/configs/defconfig-arm')
-rw-r--r-- | payloads/libpayload/configs/defconfig-arm | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/payloads/libpayload/configs/defconfig-arm b/payloads/libpayload/configs/defconfig-arm index 5b0ebe6a06..a72fa67f7d 100644 --- a/payloads/libpayload/configs/defconfig-arm +++ b/payloads/libpayload/configs/defconfig-arm @@ -1,83 +1,7 @@ -# -# Automatically generated file; DO NOT EDIT. -# Libpayload Configuration -# - -# -# Generic Options -# -# CONFIG_LP_GPL is not set -# CONFIG_LP_EXPERIMENTAL is not set -# CONFIG_LP_DEVELOPER is not set -CONFIG_LP_COMPILER_GCC=y -# CONFIG_LP_COMPILER_LLVM_CLANG is not set - -# -# Architecture Options -# CONFIG_LP_ARCH_ARM=y -# CONFIG_LP_ARCH_X86 is not set -# CONFIG_LP_ARCH_ARM64 is not set -# CONFIG_LP_ARCH_MIPS is not set -# CONFIG_LP_MEMMAP_RAM_ONLY is not set - -# -# Standard Libraries -# -CONFIG_LP_LIBC=y -CONFIG_LP_CURSES=y CONFIG_LP_TINYCURSES=y -# CONFIG_LP_PDCURSES is not set -CONFIG_LP_CBFS=y -CONFIG_LP_LZMA=y - -# -# Console Options -# -# CONFIG_LP_SKIP_CONSOLE_INIT is not set -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=y -# CONFIG_LP_COREBOOT_VIDEO_CONSOLE is not set -# CONFIG_LP_PC_KEYBOARD is not set - -# -# Drivers -# -# CONFIG_LP_RTC_PORT_EXTENDED_VIA is not set -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_TIMER_IPQ806X is not set -# CONFIG_LP_TIMER_RK is not set -# CONFIG_LP_TIMER_BG4CD is not set -# CONFIG_LP_TIMER_CYGNUS is not set -# CONFIG_LP_TIMER_IMG_PISTACHIO is not set -# CONFIG_LP_TIMER_MTK is not set CONFIG_LP_USB=y CONFIG_LP_USB_OHCI=y CONFIG_LP_USB_EHCI=y CONFIG_LP_USB_XHCI=y -# CONFIG_LP_USB_XHCI_MTK_QUIRK is not set -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_GEN_HUB=y -# CONFIG_LP_USB_PCI is not set -# CONFIG_LP_UDC 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 |