blob: 89936ec15f9b8308ef347a74096c7b94c00cc181 [file] [log] [blame]
Andrew Boie35896952015-11-12 14:00:47 -08001menuconfig 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
9config 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
16config 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