drivers/firmware: Enable FW_CFG_SYSFS as module (Closes: #882208)

This commit is contained in:
Ben Hutchings 2019-02-10 00:39:49 +00:00
parent 9d0b369bc7
commit 1ca5094557
2 changed files with 4 additions and 0 deletions

1
debian/changelog vendored
View File

@ -393,6 +393,7 @@ linux (4.19.20-1) UNRELEASED; urgency=medium
* Update "Revert "objtool: Fix CONFIG_STACK_VALIDATION=y warning for ..." * Update "Revert "objtool: Fix CONFIG_STACK_VALIDATION=y warning for ..."
to not duplicate the conditional warning/error to not duplicate the conditional warning/error
* Bump ABI to 3 * Bump ABI to 3
* drivers/firmware: Enable FW_CFG_SYSFS as module (Closes: #882208)
[ Marcin Juszkiewicz ] [ Marcin Juszkiewicz ]
* [arm64] enable ARM_CCI_PMU so ARM_CCI400_PMU and ARM_CCI5xx_PMU options * [arm64] enable ARM_CCI_PMU so ARM_CCI400_PMU and ARM_CCI5xx_PMU options

View File

@ -558,6 +558,9 @@ CONFIG_FIREWIRE_NOSY=m
## file: drivers/firmware/Kconfig ## file: drivers/firmware/Kconfig
## ##
CONFIG_DMI_SYSFS=y CONFIG_DMI_SYSFS=y
CONFIG_FW_CFG_SYSFS=m
#. Needs to be disabled under Secure Boot - but should be done at run-time
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
## ##
## file: drivers/firmware/efi/Kconfig ## file: drivers/firmware/efi/Kconfig