Skip to content

Commit

Permalink
WIP: soc: apple: rtkit: Add RTKit library
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Peter <sven@svenpeter.dev>
  • Loading branch information
svenpeter42 authored and marcan committed Dec 15, 2021
1 parent 4d8a0a2 commit 34c1be3
Show file tree
Hide file tree
Showing 4 changed files with 809 additions and 1 deletion.
12 changes: 11 additions & 1 deletion drivers/soc/apple/Kconfig
Expand Up @@ -17,6 +17,16 @@ config APPLE_PMGR_PWRSTATE
controls for SoC devices. This driver manages them through the
generic power domain framework, and also provides reset support.

endmenu
config APPLE_RTKIT
bool "Apple RTKit co-processor IPC protocol"
depends on ARCH_APPLE || COMPILE_TEST
default ARCH_APPLE
help
Apple SoCs such as the M1 come with various co-processors running
their proprietary RTKit operating system. This option enables support
for the common IPC protocl used by these.

Say 'y' here if you have an Apple SoC.

endmenu
endif
1 change: 1 addition & 0 deletions drivers/soc/apple/Makefile
@@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_APPLE_PMGR_PWRSTATE) += apple-pmgr-pwrstate.o
obj-$(CONFIG_APPLE_RTKIT) += apple-rtkit.o

0 comments on commit 34c1be3

Please sign in to comment.