CONFIG_CHIP_NAME to control config chip.h without .name
[coreboot.git] / src / northbridge / intel / e7501 / northbridge.c
1 #include <console/console.h>
2 #include <arch/io.h>
3 #include <stdint.h>
4 #include <device/device.h>
5 #include <device/pci.h>
6 #include <stdlib.h>
7 #include <string.h>
8 #include <bitops.h>
9 #include "chip.h"
10
11 #if CONFIG_CHIP_NAME
12 struct chip_operations northbridge_intel_e7501_ops = {
13         CHIP_NAME("Intel E7501 northbridge")
14 };
15 #endif