coreboot/src/device
Martin Roth b3b114c28f src/device: add IS_ENABLED() around Kconfig symbol references
Some of these can be changed from #if to if(), but that will happen
in a follow-on commmit.

Change-Id: I66cde1adcf373889b03f144793c0b4f46d21ca31
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/20338
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2017-06-28 17:48:57 +00:00
..
dram device/dram/ddr2.c: Fix is_registered_ddr2 2017-06-09 16:33:38 +02:00
oprom src/device: add IS_ENABLED() around Kconfig symbol references 2017-06-28 17:48:57 +00:00
azalia_device.c Correct some common spelling mistakes 2016-01-07 22:57:02 +01:00
cardbus_device.c
cpu_device.c src/device: Capitalize CPU, RAM and ROM 2016-07-31 18:33:30 +02:00
device.c src/device: add IS_ENABLED() around Kconfig symbol references 2017-06-28 17:48:57 +00:00
device_simple.c lib: provide clearer devicetree semantics 2017-04-25 18:14:38 +02:00
device_util.c device/device_util: Add function to determine bridge state 2017-06-02 18:51:13 +02:00
hypertransport.c
i2c.c device: i2c: Add support for I2C bus operations 2016-06-09 17:05:40 +02:00
Kconfig fsp/gop: Add running the GOP to the choice of gfx init 2017-06-08 14:58:29 +02:00
Makefile.inc device: allow devicetree accesses in postcar stage 2017-04-25 18:15:14 +02:00
pci_class.c
pci_device.c src/device: add IS_ENABLED() around Kconfig symbol references 2017-06-28 17:48:57 +00:00
pci_early.c src/device: add IS_ENABLED() around Kconfig symbol references 2017-06-28 17:48:57 +00:00
pci_ops.c PCI ops: MMCONF_SUPPORT_DEFAULT is required 2016-12-07 12:59:28 +01:00
pci_rom.c src/device: add IS_ENABLED() around Kconfig symbol references 2017-06-28 17:48:57 +00:00
pciexp_device.c pciexp_device: Remove useless write on a read-only register 2017-06-09 17:01:27 +02:00
pcix_device.c
pnp_device.c device/pnp: remove struct io_info 2017-06-13 15:21:58 +02:00
root_device.c device: Add scan_generic_bus support 2017-02-16 08:41:52 +01:00
smbus_ops.c
software_i2c.c