Andrew Boie | 3589695 | 2015-11-12 14:00:47 -0800 | [diff] [blame] | 1 | menuconfig IPM |
| 2 | bool |
| 3 | prompt "IPM drivers" |
| 4 | default n |
| 5 | help |
| 6 | Include interrupt-based inter-processor mailboxes |
| 7 | drivers in system configuration |
| 8 | |
| 9 | config IPM_QUARK_SE |
| 10 | bool "Quark SE IPM driver" |
| 11 | default n |
| 12 | depends on IPM |
| 13 | help |
| 14 | Driver for Quark SE mailboxes |
| 15 | |
| 16 | config IPM_QUARK_SE_MASTER |
| 17 | bool "Quark SE IPM master controller" |
| 18 | default n |
| 19 | depends on IPM_QUARK_SE |
| 20 | help |
| 21 | Enable this for the first CPU that initializes IPM. |
| 22 | Sets up the initial interrupt mask and clears out all |
| 23 | channels. Should be turned on for one CPU only. |
| 24 | |