]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/mach-tegra/Kconfig
misc: add Tegra BPMP driver
[karo-tx-uboot.git] / arch / arm / mach-tegra / Kconfig
index b18a12e34203e9d467d381a05e8e1d2eb36bd8b7..ec2d8ac6a1a35078a4e699fa615e8a37710b4ea9 100644 (file)
@@ -1,5 +1,13 @@
 if TEGRA
 
+config TEGRA_IVC
+       bool "Tegra IVC protocol"
+       help
+         IVC (Inter-VM Communication) protocol is a Tegra-specific IPC
+         (Inter Processor Communication) framework. Within the context of
+         U-Boot, it is typically used for communication between the main CPU
+         and various auxiliary processors.
+
 config TEGRA_COMMON
        bool "Tegra common options"
        select DM
@@ -56,8 +64,13 @@ config TEGRA210
 
 config TEGRA186
        bool "Tegra186 family"
+       select DM_MAILBOX
+       select MISC
+       select TEGRA186_BPMP
        select TEGRA186_GPIO
        select TEGRA_ARMV8_COMMON
+       select TEGRA_HSP
+       select TEGRA_IVC
 
 endchoice