diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2016-04-08 18:20:38 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2016-04-11 17:41:34 +0100 |
commit | 10d5a30eb0fdbaecc00be60fe23d7ec9bb522601 (patch) | |
tree | e199c29cea34b164326cedf23728e35d228777ba /resources/libreboot/config/grub/kcma-d8 | |
parent | 3f3357f6d5345b80c04d6c15e6209accfe11bcb6 (diff) | |
download | librebootfr-10d5a30eb0fdbaecc00be60fe23d7ec9bb522601.tar.gz librebootfr-10d5a30eb0fdbaecc00be60fe23d7ec9bb522601.zip |
mb/asus/kgpe-d16|kcma-d8: Enable CMOS option table
Diffstat (limited to 'resources/libreboot/config/grub/kcma-d8')
-rw-r--r-- | resources/libreboot/config/grub/kcma-d8/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/libreboot/config/grub/kcma-d8/config b/resources/libreboot/config/grub/kcma-d8/config index a89dfe91..3f99ece1 100644 --- a/resources/libreboot/config/grub/kcma-d8/config +++ b/resources/libreboot/config/grub/kcma-d8/config @@ -15,7 +15,8 @@ CONFIG_COMPILER_GCC=y # CONFIG_CCACHE is not set # CONFIG_FMD_GENPARSER is not set # CONFIG_SCONFIG_GENPARSER is not set -# CONFIG_USE_OPTION_TABLE is not set +CONFIG_USE_OPTION_TABLE=y +# CONFIG_STATIC_OPTION_TABLE is not set # CONFIG_UNCOMPRESSED_RAMSTAGE is not set CONFIG_COMPRESS_RAMSTAGE=y CONFIG_INCLUDE_CONFIG_FILE=y |