Skip to content

Commit fc0a309

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

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/soc/apple/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ config APPLE_PMP
7979
tristate "Apple Power Management Processor"
8080
depends on ARCH_APPLE || COMPILE_TEST
8181
depends on RUST
82+
select APPLE_PMP_REPORT
8283
select RUST_APPLE_RTKIT
8384
default y if ARCH_APPLE
8485
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)