Kconfig (a976c2951d8f376112361830aa7762beff83a205) | Kconfig (851b4c14532df4e4fd902b4b34cb0fe6937f03ca) |
---|---|
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 --- 41 unchanged lines hidden (view full) --- 50 tristate "Firmware Memory Console - X86 Legacy support" 51 depends on X86 && ACPI && DMI 52 select GOOGLE_MEMCONSOLE 53 help 54 This option enables the kernel to search for a firmware log in 55 the EBDA on Google servers. If found, this log is exported to 56 userland in the file /sys/firmware/log. 57 | 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 --- 41 unchanged lines hidden (view full) --- 50 tristate "Firmware Memory Console - X86 Legacy support" 51 depends on X86 && ACPI && DMI 52 select GOOGLE_MEMCONSOLE 53 help 54 This option enables the kernel to search for a firmware log in 55 the EBDA on Google servers. If found, this log is exported to 56 userland in the file /sys/firmware/log. 57 |
58config GOOGLE_FRAMEBUFFER_COREBOOT 59 tristate "Coreboot Framebuffer" 60 depends on FB_SIMPLE 61 depends on GOOGLE_COREBOOT_TABLE 62 help 63 This option enables the kernel to search for a framebuffer in 64 the coreboot table. If found, it is registered with simplefb. 65 |
|
58config GOOGLE_MEMCONSOLE_COREBOOT 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 74endif # GOOGLE_FIRMWARE | 66config GOOGLE_MEMCONSOLE_COREBOOT 67 tristate "Firmware Memory Console" 68 depends on GOOGLE_COREBOOT_TABLE 69 select GOOGLE_MEMCONSOLE 70 help 71 This option enables the kernel to search for a firmware log in 72 the coreboot table. If found, this log is exported to userland 73 in the file /sys/firmware/log. 74 75config GOOGLE_VPD 76 tristate "Vital Product Data" 77 depends on GOOGLE_COREBOOT_TABLE 78 help 79 This option enables the kernel to expose the content of Google VPD 80 under /sys/firmware/vpd. 81 82endif # GOOGLE_FIRMWARE |