Skip to content

Commit 665a6e4

Browse files
committed
fixup! soc: apple: Add support for the PMP co-processor
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 34f3170 commit 665a6e4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/soc/apple/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ config APPLE_PMP
113113
tristate "Apple Power Management Processor"
114114
depends on ARCH_APPLE || COMPILE_TEST
115115
depends on RUST
116+
select APPLE_PMP_REPORT
116117
select RUST_APPLE_RTKIT
117118
default y if ARCH_APPLE
118119
help

drivers/soc/apple/pmp.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,5 +432,6 @@ impl platform::Driver for PmpDriver {
432432
module_platform_driver! {
433433
type: PmpDriver,
434434
name: "apple_pmp",
435+
description: "Apple Power Management Processor",
435436
license: "Dual MIT/GPL",
436437
}

0 commit comments

Comments
 (0)