| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- #
- # Trusty
- #
- menu "Trusty"
- config TRUSTY
- tristate "Trusty"
- default n
- config TRUSTY_LOG
- tristate
- depends on TRUSTY
- default y
- config TRUSTY_VIRTIO
- tristate "Trusty virtio support"
- depends on TRUSTY
- select VIRTIO
- default y
- config TRUSTY_VIRTIO_IPC
- tristate "Trusty Virtio IPC driver"
- depends on TRUSTY_VIRTIO
- default y
- help
- This module adds support for communications with Trusty Services
- If you choose to build a module, it'll be called trusty-ipc.
- Say N if unsure.
- config MT_TRUSTY_DEBUGFS
- tristate "Trusty debugfs for Mediatek platforms"
- default n
- config TRUSTY_INTERRUPT_MAP
- tristate "Trusty interrupt map"
- depends on TRUSTY
- default n
- endmenu
|