Felix Held has uploaded this change for review.

View Change

src/Kconfig: enable USE_BLOBS by default

To provide sane defaults for most of the user base, this patch switches
on the USE_BLOBS option by default. Since it only changes the default,
this behaviour can stil be easily disabled.

Change-Id: Ia0632b9ae7a1f212a8640b3faec2695d17d238c5
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
---
M src/Kconfig
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/37972/1
diff --git a/src/Kconfig b/src/Kconfig
index 762cf89..c89e49f 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -228,6 +228,7 @@

config USE_BLOBS
bool "Allow use of binary-only repository"
+ default y
help
This draws in the blobs repository, which contains binary files that
might be required for some chipsets or boards.

To view, visit change 37972. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia0632b9ae7a1f212a8640b3faec2695d17d238c5
Gerrit-Change-Number: 37972
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Held <felix-coreboot@felixheld.de>
Gerrit-MessageType: newchange