aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/r400/Kconfig
blob: 3664eb0fe889a59ce5dda9f3f0d8ecbf743f0195 (plain)
1
2
3
4
5
6
7
8
9
10
11
if BOARD_LENOVO_R400

config MAINBOARD_PART_NUMBER
	string
	default "ThinkPad R400"

# TODO: Remove this when platform ASL is fixed
config IASL_WARNINGS_ARE_ERRORS
	def_bool n

endif