Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions debian.nvidia-6.17/config/annotations
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ CONFIG_ARM64_MPAM_DRIVER_DEBUG policy<{'amd64': '-', 'arm64': '
CONFIG_ARM64_MPAM_RESCTRL_FS policy<{'arm64': 'y'}>
CONFIG_ARM_CPU_RESCTRL policy<{'amd64': '-', 'arm64': '-'}>
CONFIG_ARM_FFA_TRANSPORT policy<{'arm64': 'y'}>
CONFIG_ARM_LFA policy<{'arm64': 'y'}>
CONFIG_ARM_SMMU_V3_IOMMUFD policy<{'arm64': 'y'}>
CONFIG_AS_VERSION policy<{'amd64': '24200', 'arm64': '24200'}>
CONFIG_AX88796B_RUST_PHY policy<{'amd64': '-', 'arm64': '-'}>
Expand Down
8 changes: 8 additions & 0 deletions drivers/firmware/smccc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@ config ARM_SMCCC_SOC_ID
help
Include support for the SoC bus on the ARM SMCCC firmware based
platforms providing some sysfs information about the SoC variant.

config ARM_LFA
bool "Arm Live Firmware activation support"
depends on HAVE_ARM_SMCCC_DISCOVERY
default y
help
Include support for triggering Live Firmware Activation, which
allows to upgrade certain firmware components without a reboot.
1 change: 1 addition & 0 deletions drivers/firmware/smccc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
#
obj-$(CONFIG_HAVE_ARM_SMCCC_DISCOVERY) += smccc.o kvm_guest.o
obj-$(CONFIG_ARM_SMCCC_SOC_ID) += soc_id.o
obj-$(CONFIG_ARM_LFA) += lfa_fw.o
Loading