aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/via/vt8231/chip.h
blob: 0ae3b98c6317831e16247db9a413ccb70f16d3c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef _SOUTHBRIDGE_VIA_VT8231
#define _SOUTHBRIDGE_VIA_VT8231

extern struct chip_control southbridge_via_vt8231_control;

struct southbridge_via_vt8231_config {
	/* PCI function enables */
	/* i.e. so that pci scan bus will find them. */
	/* I am putting in IDE as an example but obviously this needs
	 * to be more complete!
	 */
  int enable_ide;
  /* enables of functions of devices */
  int enable_usb;
  int enable_native_ide;
  int enable_com_ports;
  int enable_keyboard;
  int enable_nvram;
};

#endif /* _SOUTHBRIDGE_VIA_VT8231 */