Kconfig (a1d6f9cfc7c6f55ae65430c2fd0eb2bae69dc246) Kconfig (049a59db34eb4c41a0231f983f180053db8f80d4)
1menuconfig GOOGLE_FIRMWARE
2 bool "Google Firmware Drivers"
3 default n
4 help
5 These firmware drivers are used by Google's servers. They are
6 only useful if you are working directly on one of their
7 proprietary servers. If in doubt, say "N".
8

--- 50 unchanged lines hidden (view full) ---

59 tristate "Firmware Memory Console"
60 depends on GOOGLE_COREBOOT_TABLE
61 select GOOGLE_MEMCONSOLE
62 help
63 This option enables the kernel to search for a firmware log in
64 the coreboot table. If found, this log is exported to userland
65 in the file /sys/firmware/log.
66
1menuconfig GOOGLE_FIRMWARE
2 bool "Google Firmware Drivers"
3 default n
4 help
5 These firmware drivers are used by Google's servers. They are
6 only useful if you are working directly on one of their
7 proprietary servers. If in doubt, say "N".
8

--- 50 unchanged lines hidden (view full) ---

59 tristate "Firmware Memory Console"
60 depends on GOOGLE_COREBOOT_TABLE
61 select GOOGLE_MEMCONSOLE
62 help
63 This option enables the kernel to search for a firmware log in
64 the coreboot table. If found, this log is exported to userland
65 in the file /sys/firmware/log.
66
67config GOOGLE_VPD
68 tristate "Vital Product Data"
69 depends on GOOGLE_COREBOOT_TABLE
70 help
71 This option enables the kernel to expose the content of Google VPD
72 under /sys/firmware/vpd.
73
67endif # GOOGLE_FIRMWARE
74endif # GOOGLE_FIRMWARE