console: Change BOOTBLOCK_CONSOLE default to `y`
commit1d748c5346df116dad9b158d0874f7bdb3ef855f
authorNico Huber <nico.h@gmx.de>
Sun, 13 Jan 2019 12:14:04 +0000 (13 13:14 +0100)
committerPatrick Georgi <pgeorgi@google.com>
Mon, 14 Jan 2019 12:13:55 +0000 (14 12:13 +0000)
tree3b3362d7a2d4e40d3900b21e23a423ae322eeb5c
parentc69c8ddc2b62f008fafc85c66d993fd498417287
console: Change BOOTBLOCK_CONSOLE default to `y`

Invert the default instead of selecting it everywhere. Restores the
ability to use its Kconfig prompt.

Beside Qemu targets, the only platforms that didn't select it seem
to be samsung/exynos5420, intel/cannonlake, and intel/icelake. The
latter two were about to be patched anyway.

Change-Id: I7c5b671b7dddb5c6535c97c2cbb5f5053909dc64
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/30891
Reviewed-by: Lijian Zhao <lijian.zhao@intel.com>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
25 files changed:
src/console/Kconfig
src/cpu/allwinner/a10/Kconfig
src/cpu/ti/am335x/Kconfig
src/mainboard/emulation/qemu-armv7/Kconfig
src/mainboard/emulation/qemu-i440fx/Kconfig
src/mainboard/emulation/qemu-q35/Kconfig
src/mainboard/google/urara/Kconfig
src/mainboard/intel/galileo/Kconfig
src/soc/amd/stoneyridge/Kconfig
src/soc/cavium/cn81xx/Kconfig
src/soc/intel/apollolake/Kconfig
src/soc/intel/denverton_ns/Kconfig
src/soc/intel/skylake/Kconfig
src/soc/mediatek/mt8173/Kconfig
src/soc/mediatek/mt8183/Kconfig
src/soc/nvidia/tegra124/Kconfig
src/soc/nvidia/tegra210/Kconfig
src/soc/qualcomm/ipq40xx/Kconfig
src/soc/qualcomm/ipq806x/Kconfig
src/soc/qualcomm/sdm845/Kconfig
src/soc/rockchip/rk3288/Kconfig
src/soc/rockchip/rk3399/Kconfig
src/soc/samsung/exynos5250/Kconfig
src/soc/sifive/fu540/Kconfig
src/soc/ucb/riscv/Kconfig