summaryrefslogtreecommitdiff
path: root/src/mainboard/ibm/Kconfig
blob: d9d1774532c6ed82a1c774c06841e87c1a31e963 (plain)
1
2
3
4
5
6
7
8
9
choice
	prompt "Mainboard model"
	depends on VENDOR_IBM

source "src/mainboard/ibm/e325/Kconfig"
source "src/mainboard/ibm/e326/Kconfig"

endchoice