forked from torvalds/linux
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
6 changed files
with
637 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| # SPDX-License-Identifier: GPL-2.0-only | ||
| if ARCH_APPLE || COMPILE_TEST | ||
|
|
||
| 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. | ||
|
|
||
| endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| # SPDX-License-Identifier: GPL-2.0+ | ||
|
|
||
| obj-$(CONFIG_APPLE_RTKIT) += apple-rtkit.o |
Oops, something went wrong.