linux/common-config: Enable coreboot firmware drivers
This commit is contained in:
@@ -1407,6 +1407,16 @@ let
|
|||||||
# Enable generic kernel watch queues
|
# Enable generic kernel watch queues
|
||||||
# See https://docs.kernel.org/core-api/watch_queue.html
|
# See https://docs.kernel.org/core-api/watch_queue.html
|
||||||
WATCH_QUEUE = yes;
|
WATCH_QUEUE = yes;
|
||||||
|
|
||||||
|
# Enable coreboot firmware drivers.
|
||||||
|
# While these are called CONFIG_GOOGLE_*, they apply to coreboot systems in general.
|
||||||
|
GOOGLE_FIRMWARE = yes;
|
||||||
|
GOOGLE_CBMEM = whenAtLeast "6.2" module;
|
||||||
|
GOOGLE_COREBOOT_TABLE = module;
|
||||||
|
GOOGLE_MEMCONSOLE = module;
|
||||||
|
GOOGLE_MEMCONSOLE_COREBOOT = module;
|
||||||
|
GOOGLE_FRAMEBUFFER_COREBOOT = module;
|
||||||
|
GOOGLE_VPD = module;
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
lib.optionalAttrs
|
lib.optionalAttrs
|
||||||
|
|||||||
Reference in New Issue
Block a user