diff options
author | Iru Cai <mytbk920423@gmail.com> | 2017-12-13 22:54:19 +0800 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2017-12-25 14:44:35 +0000 |
commit | 8e4384d0b4058e766cd9826774584c3a58f90a4f (patch) | |
tree | f693693ef39bffa5a2390cb95977620bade338a9 /src/mainboard/hp/8470p/Kconfig | |
parent | d46a3502b620cb78cc91742c177fb856272c71d9 (diff) | |
download | coreboot-8e4384d0b4058e766cd9826774584c3a58f90a4f.tar.xz |
mb/hp: Add CMOS support for all HP Elitebook models
The cmos.layout files are copied from lenovo/x230 with EC options
removed.
It's tested on 8470p and the power_on_after_fail option works.
Change-Id: I0a50a25798fd31b7acccf9872c50dac2718ce895
Signed-off-by: Iru Cai <mytbk920423@gmail.com>
Reviewed-on: https://review.coreboot.org/22842
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/hp/8470p/Kconfig')
-rw-r--r-- | src/mainboard/hp/8470p/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/hp/8470p/Kconfig b/src/mainboard/hp/8470p/Kconfig index 603d957643..215786752f 100644 --- a/src/mainboard/hp/8470p/Kconfig +++ b/src/mainboard/hp/8470p/Kconfig @@ -32,6 +32,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy select GFX_GMA_INTERNAL_IS_LVDS select EC_HP_KBC1126 select SUPERIO_SMSC_LPC47N217 + select HAVE_OPTION_TABLE + select HAVE_CMOS_DEFAULT config HAVE_IFD_BIN bool |