diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2022-03-25 21:19:46 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-03-26 02:02:44 +0100 |
commit | b034a9e5690da10e87a6941aa654e8131339f6e3 (patch) | |
tree | 066bdc03d3be39364626b8739e61e4702df6bc10 /target/linux | |
parent | 4551bfd91f31be5987727c77e58333fa06ba3acd (diff) | |
download | upstream-b034a9e5690da10e87a6941aa654e8131339f6e3.tar.gz upstream-b034a9e5690da10e87a6941aa654e8131339f6e3.tar.bz2 upstream-b034a9e5690da10e87a6941aa654e8131339f6e3.zip |
kernel: add missing (disabled) GOOGLE_* symbols
ARM Builds like sunxi/cortexa53 or the rpi family failed
to build due to a new symbols showing up:
|Google Firmware Drivers (GOOGLE_FIRMWARE) [Y/n/?] y
| Coreboot Table Access (GOOGLE_COREBOOT_TABLE) [M/n/y/?] m
| Coreboot Framebuffer (GOOGLE_FRAMEBUFFER_COREBOOT) [N/m/?] (NEW)
|Error in reading or end of file.
Fixes: e5b009e53281 ("kernel: Package GOOGLE_FIRMWARE drivers")
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-5.10 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index 578b8be764..b022b615aa 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -2069,7 +2069,13 @@ CONFIG_GENERIC_VDSO_TIME_NS=y # CONFIG_GLOB_SELFTEST is not set # CONFIG_GNSS is not set # CONFIG_GOLDFISH is not set +# CONFIG_GOOGLE_COREBOOT_TABLE is not set # CONFIG_GOOGLE_FIRMWARE is not set +# CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT is not set +# CONFIG_GOOGLE_MEMCONSOLE_COREBOOT is not set +# CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set +# CONFIG_GOOGLE_SMI is not set +# CONFIG_GOOGLE_VPD is not set # CONFIG_GP2AP002 is not set # CONFIG_GP2AP020A00F is not set # CONFIG_GPD_POCKET_FAN is not set |