diff options
author | Martin Roth <martinroth@google.com> | 2016-01-22 17:44:31 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-01-24 17:04:17 +0100 |
commit | a39e6d1cf90a2be7a5311625b5d6be85921e8977 (patch) | |
tree | 55b986a46e2b4b55505d0dadafc6f4b66b732fab /src | |
parent | c4c7f166c21bac25618192d59e56c0966e9188aa (diff) |
purism/librem13: Fix select of EC_PURISM_LIBREM
This was misspelled as EC_PURISM_LIBEM, causing the EC to not
get included in the build.
Change-Id: Iffbfb504926e1b90070c2dbf61c0c44ca8fb46bc
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/13178
Tested-by: build bot (Jenkins)
Reviewed-by: Duncan Laurie <dlaurie@google.com>
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/purism/librem13/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/purism/librem13/Kconfig b/src/mainboard/purism/librem13/Kconfig index 3599e4901a..32b97ec37d 100644 --- a/src/mainboard/purism/librem13/Kconfig +++ b/src/mainboard/purism/librem13/Kconfig @@ -3,7 +3,7 @@ if BOARD_PURISM_LIBREM13 config BOARD_SPECIFIC_OPTIONS # dummy def_bool y select BOARD_ROMSIZE_KB_8192 - select EC_PURISM_LIBEM + select EC_PURISM_LIBREM select HAVE_ACPI_RESUME select HAVE_ACPI_TABLES select INTEL_INT15 |