Kconfig (75f3e8e47f381074801d0034874d20c638d9e3d9) | Kconfig (28c09ec4b6b7a2f9f769966baf54eaf0d6fadf8c) |
---|---|
1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6menu "Firmware Drivers" 7 8config ARM_PSCI_FW --- 150 unchanged lines hidden (view full) --- 159 depends on BCM2835_MBOX 160 help 161 This option enables support for communicating with the firmware on the 162 Raspberry Pi. 163 164config FW_CFG_SYSFS 165 tristate "QEMU fw_cfg device support in sysfs" 166 depends on SYSFS && (ARM || ARM64 || PPC_PMAC || SPARC || X86) | 1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6menu "Firmware Drivers" 7 8config ARM_PSCI_FW --- 150 unchanged lines hidden (view full) --- 159 depends on BCM2835_MBOX 160 help 161 This option enables support for communicating with the firmware on the 162 Raspberry Pi. 163 164config FW_CFG_SYSFS 165 tristate "QEMU fw_cfg device support in sysfs" 166 depends on SYSFS && (ARM || ARM64 || PPC_PMAC || SPARC || X86) |
167 depends on HAS_IOPORT_MAP |
|
167 default n 168 help 169 Say Y or M here to enable the exporting of the QEMU firmware 170 configuration (fw_cfg) file entries via sysfs. Entries are 171 found under /sys/firmware/fw_cfg when this option is enabled 172 and loaded. 173 174config FW_CFG_SYSFS_CMDLINE --- 28 unchanged lines hidden --- | 168 default n 169 help 170 Say Y or M here to enable the exporting of the QEMU firmware 171 configuration (fw_cfg) file entries via sysfs. Entries are 172 found under /sys/firmware/fw_cfg when this option is enabled 173 and loaded. 174 175config FW_CFG_SYSFS_CMDLINE --- 28 unchanged lines hidden --- |