We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f3170 commit 665a6e4Copy full SHA for 665a6e4
drivers/soc/apple/Kconfig
@@ -113,6 +113,7 @@ config APPLE_PMP
113
tristate "Apple Power Management Processor"
114
depends on ARCH_APPLE || COMPILE_TEST
115
depends on RUST
116
+ select APPLE_PMP_REPORT
117
select RUST_APPLE_RTKIT
118
default y if ARCH_APPLE
119
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