coreboot/src/cpu
Nico Huber 755db95d1a (console,drivers/uart)/Kconfig: Fix dependencies
The dependencies of CONSOLE_SERIAL and DRIVERS_UART were somehow
backwards. Fix that. Now, CONSOLE_SERIAL depends on DRIVERS_UART,
because it's using its interface. The individual UART drivers
select DRIVERS_UART, because they implement the interface and
depend on the common UART code.

Some guards had to be fixed (using CONSOLE_SERIAL now instead of
DRIVERS_UART). Some other guards that were only about compilation
of units were removed. We want to build test as much as possible,
right?

Change-Id: I0ea73a8909f07202b23c88db93df74cf9dc8abf9
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/29572
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
2018-11-21 22:49:48 +00:00
..
allwinner (console,drivers/uart)/Kconfig: Fix dependencies 2018-11-21 22:49:48 +00:00
amd src: Remove unneeded include <cbmem.h> 2018-11-16 10:56:47 +00:00
armltd vboot2: add verstage 2015-01-27 01:41:40 +01:00
intel src/cpu/intel/Kconfig: Remove dead source 2018-11-21 12:10:19 +00:00
qemu-power8 Constify struct cpu_device_id instances 2017-11-23 05:00:17 +00:00
qemu-x86 cpu/qemu-x86: Fix CPU driver 2018-11-18 09:12:15 +00:00
ti (console,drivers/uart)/Kconfig: Fix dependencies 2018-11-21 22:49:48 +00:00
via src: Add required space after "switch" 2018-11-19 08:17:06 +00:00
x86 src: Remove unneeded include <lib.h> 2018-11-16 09:50:51 +00:00
Kconfig arch/x86: Drop leftover ROMCC support 2018-06-06 10:28:00 +00:00
Makefile.inc DMP Vortex86ex board & chip: Remove - using LATE_CBMEM_INIT 2018-01-15 23:23:17 +00:00