summaryrefslogtreecommitdiff
path: root/src/southbridge/via/vt8231/chip.h
blob: 277ead770584be5338ae369d6fca31e5011fc1a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _SOUTHBRIDGE_VIA_VT8231
#define _SOUTHBRIDGE_VIA_VT8231

extern struct chip_operations southbridge_via_vt8231_ops;

struct southbridge_via_vt8231_config {
	/* enables of Non-PCI devices */
	int enable_native_ide;
	int enable_com_ports;
	int enable_keyboard;
	/* currently not parsed but needed by densitron dpx114 */
	int enable_usb;
	int enable_nvram;
};

#endif /* _SOUTHBRIDGE_VIA_VT8231 */