blob: 97cfc7f43f39a521074fb03d035a7a73958a4045 [file] [log] [blame]
# crosvm's PCI implementation does not support updating config space in
# various ways. This tells U-Boot to inherit -- but not touch -- the existing
# PCI config space.
CONFIG_PCI_ENUM_ONLY=y
CONFIG_PCI_REGION_MULTI_ENTRY=y
# CONFIG_PCI_PNP is not set
# CONFIG_PCI_ENHANCED_ALLOCATION is not set
# Crosvm is responsible for cleaning RAM's contents, so this is unneeded.
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
CONFIG_BOUNCE_BUFFER=y