Am I guessing correctly that the rationale here is that boards don't need to do this:
+config MAINBOARD_VENDOR
- string
- default "MSI"
- depends on BOARD_MSI_MS6178
+config MAINBOARD_PART_NUMBER
- string
- default "MS-6178"
- depends on BOARD_MSI_MS6178
But instead this should be sufficient per-board?
+config MAINBOARD_PART_NUMBER
- string
- default "MS-6178"
- depends on BOARD_MSI_MS6178
That's what I was hoping.
Thanks, Myles