diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2017-01-08 09:50:30 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-08-28 15:27:14 +0000 |
commit | 64b53d66dfcbe32a2973dd6d06f0031a4e4e60fd (patch) | |
tree | 17df856db21e3682070448ab8a23d3f921c0aa87 /src/mainboard/winnet/g170/Kconfig | |
parent | 925337a633b646908d6d1d74c8ebc5918bd9f78d (diff) |
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 <lkundrak@v3.sk>
Reviewed-on: https://review.coreboot.org/18898
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/winnet/g170/Kconfig')
-rw-r--r-- | src/mainboard/winnet/g170/Kconfig | 25 |
1 files changed, 25 insertions, 0 deletions
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 |