coreboot-kgpe-d16/payloads/libpayload/configs/config.purin
Stefan Reinauer 94534b3132 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)
2016-03-16 17:56:32 +01:00

11 lines
299 B
Text

CONFIG_LP_GPL=y
CONFIG_LP_ARCH_ARM=y
# CONFIG_LP_CURSES is not set
CONFIG_LP_SKIP_CONSOLE_INIT=y
# CONFIG_LP_VIDEO_CONSOLE is not set
# CONFIG_LP_STORAGE is not set
CONFIG_LP_TIMER_CYGNUS=y
CONFIG_LP_USB=y
# CONFIG_LP_USB_HID is not set
# CONFIG_LP_USB_HUB is not set
# CONFIG_LP_USB_MSC is not set