coreboot-kgpe-d16/src/soc/mediatek/mt8183
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
..
include/soc mediatek/mt8183: Add DDR driver of cmd bus training part 2018-11-08 17:20:24 +00:00
auxadc.c timer: Add wait_us/wait_ms helper macros to wait for conditions 2018-11-07 06:17:37 +00:00
bootblock.c mediatek/mt8183: Remove unused MMU stuff from bootblock 2018-07-27 05:33:56 +00:00
decompressor.c mediatek/mt8183: Enable bootblock self-decompression 2018-07-26 11:34:05 +00:00
dramc_init_setting.c mediatek/mt8183: Initialize DRAM with a sequence in constant array 2018-10-24 10:03:32 +00:00
dramc_pi_basic_api.c mediatek/mt8183: Add DDR driver of software impedance part 2018-11-05 09:13:20 +00:00
dramc_pi_calibration_api.c mediatek/mt8183: Add DDR driver of write leveling part 2018-11-08 17:20:38 +00:00
emi.c mediatek/mt8183: Add DDR driver of cmd bus training part 2018-11-08 17:20:24 +00:00
gpio.c mediatek/mt8183: Add GPIO support 2018-07-20 13:51:02 +00:00
Kconfig mediatek/mt8183: Enable bootblock self-decompression 2018-07-26 11:34:05 +00:00
Makefile.inc (console,drivers/uart)/Kconfig: Fix dependencies 2018-11-21 22:49:48 +00:00
memory.c mediatek/mt8183: Add EMI init for DDR driver init 2018-10-18 15:01:02 +00:00
mmu_operations.c mediatek/mt8183: Add MMU operation support 2018-07-11 10:46:09 +00:00
mtcmos.c mediatek/mt8183: Add mtcmos init support 2018-07-02 07:30:56 +00:00
pll.c mediatek/mt8183: Init PLLs for DRAM 2018-10-10 12:16:43 +00:00
soc.c mediatek/mt8183: Add DRAM resource in ramstage 2018-08-13 12:17:45 +00:00
spi.c mediatek/mt8183: Add SPI support 2018-07-27 05:35:23 +00:00