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/2760p/Kconfig | |
parent | d46a3502b620cb78cc91742c177fb856272c71d9 (diff) |
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/2760p/Kconfig')
-rw-r--r-- | src/mainboard/hp/2760p/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/hp/2760p/Kconfig b/src/mainboard/hp/2760p/Kconfig index 8a0889e997..7adf209e75 100644 --- a/src/mainboard/hp/2760p/Kconfig +++ b/src/mainboard/hp/2760p/Kconfig @@ -31,6 +31,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy select EC_HP_KBC1126 select MAINBOARD_HAS_LIBGFXINIT select GFX_GMA_INTERNAL_IS_LVDS + select HAVE_OPTION_TABLE + select HAVE_CMOS_DEFAULT config HAVE_IFD_BIN bool |