Przeglądaj źródła

gpio: Davinci: Add K3 Specific dependencies

Add K3 Specific dependencies

Signed-off-by: Keerthy <j-keerthy@ti.com>
Keerthy 7 lat temu
rodzic
commit
70669f3983
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      drivers/gpio/Kconfig

+ 1 - 1
drivers/gpio/Kconfig

@@ -170,7 +170,7 @@ config GPIO_CLPS711X
 config GPIO_DAVINCI
 config GPIO_DAVINCI
 	bool "TI Davinci/Keystone GPIO support"
 	bool "TI Davinci/Keystone GPIO support"
 	default y if ARCH_DAVINCI
 	default y if ARCH_DAVINCI
-	depends on ARM && (ARCH_DAVINCI || ARCH_KEYSTONE)
+	depends on (ARM || ARM64) && (ARCH_DAVINCI || ARCH_KEYSTONE || ARCH_K3)
 	help
 	help
 	  Say yes here to enable GPIO support for TI Davinci/Keystone SoCs.
 	  Say yes here to enable GPIO support for TI Davinci/Keystone SoCs.