diff options
author | Marc Jones <marcj303@gmail.com> | 2017-03-21 15:14:12 +0800 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-07-27 21:33:01 +0000 |
commit | b925f8bce61ba938e5839bd285329bc704f3373a (patch) | |
tree | a23a0cf543cb83b28ad2c2ae8ac61431074c3b06 /src/mainboard/google/kahlee/Kconfig | |
parent | beb12880a13fabe0a180600424f75402642087be (diff) |
google/kahlee: Set FADT legacy and 8042 supported
The EC is a legacy 8042 device. Don't set LEGACY_FREE and correctly
report in the FADT.
Change-Id: I041ea4b44372178f3d6073b6ebc8003abc097703
Signed-off-by: Marc Jones <marcj303@gmail.com>
Reviewed-on: https://review.coreboot.org/19836
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/kahlee/Kconfig')
-rw-r--r-- | src/mainboard/google/kahlee/Kconfig | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig index 1377f55766..d09d1e5af9 100644 --- a/src/mainboard/google/kahlee/Kconfig +++ b/src/mainboard/google/kahlee/Kconfig @@ -1,7 +1,7 @@ # # This file is part of the coreboot project. # -# Copyright (C) 2015 Advanced Micro Devices, Inc. +# Copyright (C) 2015-2017 Advanced Micro Devices, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -49,10 +49,6 @@ config ONBOARD_VGA_IS_PRIMARY bool default y -config STONEYRIDGE_LEGACY_FREE - bool - default y - config VBOOT select VBOOT_MOCK_SECDATA select EC_GOOGLE_CHROMEEC_SWITCHES |