diff options
author | Bruce Griffith <Bruce.Griffith@se-eng.com> | 2013-08-06 03:50:28 -0600 |
---|---|---|
committer | Bruce Griffith <Bruce.Griffith@se-eng.com> | 2013-08-06 19:06:21 +0200 |
commit | effc8d087d56fbdd79fabe77c30146f1e0edb2a7 (patch) | |
tree | 3e927e9a5c00d3f03504ad5b61594184623532cb | |
parent | 2b56e85a50a6383480a5f4d696ff51b04c72a9a6 (diff) |
AMD Olive Hill: Add HUDSON_LEGACY_FREE flag
Olive Hill does not have a Super I/O or keyboard controller.
Change-Id: I8c1e5d8c20c4a964fe8d98df920b416382a26d9d
Signed-off-by: Bruce Griffith <Bruce.Griffith@se-eng.com>
Reviewed-on: http://review.coreboot.org/3848
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martin@se-eng.com>
-rw-r--r-- | src/mainboard/amd/olivehill/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/amd/olivehill/Kconfig b/src/mainboard/amd/olivehill/Kconfig index 05d6a530e1..78b3514409 100644 --- a/src/mainboard/amd/olivehill/Kconfig +++ b/src/mainboard/amd/olivehill/Kconfig @@ -93,6 +93,10 @@ config ONBOARD_VGA_IS_PRIMARY bool default y +config HUDSON_LEGACY_FREE + bool + default y + config WARNINGS_ARE_ERRORS bool default n |