diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-01-14 17:40:18 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-01-25 19:02:28 +0100 |
commit | dcad289841836f37ae8b885f59b80ecad690a22f (patch) | |
tree | be6128bcbf2a2db77b8f74b8eb2affe9e1be9d86 /src/mainboard/intel/d510mo/Kconfig | |
parent | 2a0e998ec2d1625c214bf181189bd61ce425f0ed (diff) |
mb/intel/d510mo: Add cmos.layout and cmos.default
Change-Id: I877d4470b697d6a6d4652ed1c60028cdcbe8df98
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/18143
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/intel/d510mo/Kconfig')
-rw-r--r-- | src/mainboard/intel/d510mo/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/intel/d510mo/Kconfig b/src/mainboard/intel/d510mo/Kconfig index 7184665643..7131b3ad13 100644 --- a/src/mainboard/intel/d510mo/Kconfig +++ b/src/mainboard/intel/d510mo/Kconfig @@ -25,6 +25,8 @@ config BOARD_SPECIFIC_OPTIONS select BOARD_ROMSIZE_KB_1024 select MAINBOARD_HAS_NATIVE_VGA_INIT select INTEL_INT15 + select HAVE_OPTION_TABLE + select HAVE_CMOS_DEFAULT config MAX_CPUS int |