Kconfig (6e1457fcad3ff6b1885e64f5e393db5ff5ec2a42) | Kconfig (bb538effdc71397f2d08bb98df6b326d3b5b2333) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2 3if ARCH_APPLE || COMPILE_TEST 4 5menu "Apple SoC drivers" 6 7config APPLE_MBOX 8 tristate "Apple SoC mailboxes" --- 6 unchanged lines hidden (view full) --- 15 peripherals to work (NVMe, display controller, etc.). This 16 driver adds support for the mailbox controller used to 17 communicate with those. 18 19 Say Y here if you have an Apple SoC. 20 21config APPLE_RTKIT 22 tristate "Apple RTKit co-processor IPC protocol" | 1# SPDX-License-Identifier: GPL-2.0-only 2 3if ARCH_APPLE || COMPILE_TEST 4 5menu "Apple SoC drivers" 6 7config APPLE_MBOX 8 tristate "Apple SoC mailboxes" --- 6 unchanged lines hidden (view full) --- 15 peripherals to work (NVMe, display controller, etc.). This 16 driver adds support for the mailbox controller used to 17 communicate with those. 18 19 Say Y here if you have an Apple SoC. 20 21config APPLE_RTKIT 22 tristate "Apple RTKit co-processor IPC protocol" |
23 depends on MAILBOX | 23 depends on APPLE_MBOX |
24 depends on ARCH_APPLE || COMPILE_TEST 25 default ARCH_APPLE 26 help 27 Apple SoCs such as the M1 come with various co-processors running 28 their proprietary RTKit operating system. This option enables support 29 for the protocol library used to communicate with those. It is used 30 by various client drivers. 31 --- 16 unchanged lines hidden --- | 24 depends on ARCH_APPLE || COMPILE_TEST 25 default ARCH_APPLE 26 help 27 Apple SoCs such as the M1 come with various co-processors running 28 their proprietary RTKit operating system. This option enables support 29 for the protocol library used to communicate with those. It is used 30 by various client drivers. 31 --- 16 unchanged lines hidden --- |