From 64b53d66dfcbe32a2973dd6d06f0031a4e4e60fd Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Sun, 8 Jan 2017 09:50:30 +0100 Subject: mainboard/winnet/g170: Copy from mainboard/bcom/winnetp680 G170 is a board manufactured by WinNET, used in thin clients including HP Neoware CA19 and IGEL 2110. Copied from mainboard/bcom/winnetp680 which seems to be a similar board with an extra PCI slot. The p680 should probably be moved to winnet/ too, since the board is an OEM WinNET board, with BCom being just a machine that happens to it. Change-Id: I90b89ee634d90cfba2e56cca5b76cfd2bd7a8d0b Signed-off-by: Lubomir Rintel Reviewed-on: https://review.coreboot.org/18898 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Arthur Heymans --- src/mainboard/winnet/g170/Kconfig | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/mainboard/winnet/g170/Kconfig (limited to 'src/mainboard/winnet/g170/Kconfig') diff --git a/src/mainboard/winnet/g170/Kconfig b/src/mainboard/winnet/g170/Kconfig new file mode 100644 index 0000000000..c328c3fa79 --- /dev/null +++ b/src/mainboard/winnet/g170/Kconfig @@ -0,0 +1,25 @@ +if BOARD_BCOM_WINNETP680 + +config BOARD_SPECIFIC_OPTIONS # dummy + def_bool y + select CPU_VIA_C7 + select NORTHBRIDGE_VIA_CN700 + select SOUTHBRIDGE_VIA_VT8237R + select SUPERIO_WINBOND_W83697HF + select HAVE_PIRQ_TABLE + select HAVE_OPTION_TABLE + select BOARD_ROMSIZE_KB_512 + +config MAINBOARD_DIR + string + default bcom/winnetp680 + +config MAINBOARD_PART_NUMBER + string + default "WinNET P680" + +config IRQ_SLOT_COUNT + int + default 10 + +endif # BOARD_BCOM_WINNETP680 -- cgit v1.2.3