summaryrefslogtreecommitdiff
path: root/src/mainboard/elmex/pcm205401/Kconfig
blob: 7437aa1b80aed0b55d6e5d996a844e6a1847a74a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# This file is part of the coreboot project.
#
#
# SPDX-License-Identifier: GPL-2.0-only

if BOARD_ELMEX_PCM205401

config MAINBOARD_PART_NUMBER
	string
	default "pcm205401"

config VGA_BIOS_ID
	string
	default "1002,9804" # FUSION_G_T40R

endif # BOARD_ELMEX_PCM205401