We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001f90c commit fc0a309Copy full SHA for fc0a309
2 files changed
drivers/soc/apple/Kconfig
@@ -79,6 +79,7 @@ config APPLE_PMP
79
tristate "Apple Power Management Processor"
80
depends on ARCH_APPLE || COMPILE_TEST
81
depends on RUST
82
+ select APPLE_PMP_REPORT
83
select RUST_APPLE_RTKIT
84
default y if ARCH_APPLE
85
help
drivers/soc/apple/pmp.rs
@@ -432,5 +432,6 @@ impl platform::Driver for PmpDriver {
432
module_platform_driver! {
433
type: PmpDriver,
434
name: "apple_pmp",
435
+ description: "Apple Power Management Processor",
436
license: "Dual MIT/GPL",
437
}
0 commit comments