coreboot/src/drivers/uart
Julius Werner cd49cce7b7 coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
This patch is a raw application of

 find src/ -type f | xargs sed -i -e 's/IS_ENABLED\s*(CONFIG_/CONFIG(/g'

Change-Id: I6262d6d5c23cabe23c242b4f38d446b74fe16b88
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31774
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2019-03-08 08:33:24 +00:00
..
Kconfig (console,drivers/uart)/Kconfig: Fix dependencies 2018-11-21 22:49:48 +00:00
Makefile.inc drivers/uart/oxpcie: Fix early console 2018-12-30 21:32:24 +00:00
oxpcie.c device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
oxpcie_early.c arch/io.h: Drop unnecessary include 2019-03-04 15:08:03 +00:00
pl011.c device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
pl011.h drivers/uart/pl011: Improve PL011 driver 2018-02-13 01:19:40 +00:00
sifive.c device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
uart8250io.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
uart8250mem.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
uart8250reg.h
util.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00