Sandeep Nair | 41f93af | 2014-02-28 10:47:50 -0500 | [diff] [blame] | 1 | # |
| 2 | # TI SOC drivers |
| 3 | # |
| 4 | menuconfig SOC_TI |
| 5 | bool "TI SOC drivers support" |
| 6 | |
| 7 | if SOC_TI |
| 8 | |
| 9 | config KEYSTONE_NAVIGATOR_QMSS |
| 10 | tristate "Keystone Queue Manager Sub System" |
| 11 | depends on ARCH_KEYSTONE |
| 12 | help |
| 13 | Say y here to support the Keystone multicore Navigator Queue |
| 14 | Manager support. The Queue Manager is a hardware module that |
| 15 | is responsible for accelerating management of the packet queues. |
| 16 | Packets are queued/de-queued by writing/reading descriptor address |
| 17 | to a particular memory mapped location in the Queue Manager module. |
| 18 | |
| 19 | If unsure, say N. |
| 20 | |
Santosh Shilimkar | 88139ed | 2014-03-30 17:29:04 -0400 | [diff] [blame] | 21 | config KEYSTONE_NAVIGATOR_DMA |
| 22 | tristate "TI Keystone Navigator Packet DMA support" |
| 23 | depends on ARCH_KEYSTONE |
| 24 | help |
| 25 | Say y tp enable support for the Keystone Navigator Packet DMA on |
| 26 | on Keystone family of devices. It sets up the dma channels for the |
| 27 | Queue Manager Sub System. |
| 28 | |
| 29 | If unsure, say N. |
| 30 | |
Sandeep Nair | 41f93af | 2014-02-28 10:47:50 -0500 | [diff] [blame] | 31 | endif # SOC_TI |