diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2016-10-31 15:45:35 +0100 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2016-11-14 17:20:29 +0530 |
commit | 8e7223fc8626db7c302136747bb68213100d290c (patch) | |
tree | a9c033440b60624decff4eddba13e7d1dd360ab3 /drivers/bus/Kconfig | |
parent | 62a8a73923edf97cdc4997a99065045743caddf1 (diff) | |
download | linux-stable-8e7223fc8626db7c302136747bb68213100d290c.tar.gz linux-stable-8e7223fc8626db7c302136747bb68213100d290c.tar.bz2 linux-stable-8e7223fc8626db7c302136747bb68213100d290c.zip |
bus: davinci: add support for da8xx bus master priority control
Create the driver for the da8xx master peripheral priority
configuration and implement support for writing to the three
Master Priority registers on da850 SoCs.
Reviewed-by: Kevin Hilman <khilman@baylibre.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
[nsekhar@ti.com: subject line adjustment]
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'drivers/bus/Kconfig')
-rw-r--r-- | drivers/bus/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig index 7010dcac9328..ed6a89c06481 100644 --- a/drivers/bus/Kconfig +++ b/drivers/bus/Kconfig @@ -166,4 +166,13 @@ config VEXPRESS_CONFIG help Platform configuration infrastructure for the ARM Ltd. Versatile Express. + +config DA8XX_MSTPRI + bool "TI da8xx master peripheral priority driver" + depends on ARCH_DAVINCI_DA8XX + help + Driver for Texas Instruments da8xx master peripheral priority + configuration. Allows to adjust the priorities of all master + peripherals. + endmenu |