瀏覽代碼

can: ti_hecc: Replace platform dependency with ARM dependency

OMAP's ti_hecc driver is used to support the CAN controller on many omap2plus
SoCs (OMAP2430, OMAP3, OMAP4, OMAP5 and AM335x), so it's wrong to make this
depend on OMAP3 only. Take an extra step, to get wider build coverage, and make
the driver depend on ARM.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Ezequiel Garcia 12 年之前
父節點
當前提交
44cc479a41
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/net/can/Kconfig

+ 1 - 1
drivers/net/can/Kconfig

@@ -71,7 +71,7 @@ config CAN_AT91
 	  and AT91SAM9X5 processors.
 	  and AT91SAM9X5 processors.
 
 
 config CAN_TI_HECC
 config CAN_TI_HECC
-	depends on ARCH_OMAP3
+	depends on ARM
 	tristate "TI High End CAN Controller"
 	tristate "TI High End CAN Controller"
 	---help---
 	---help---
 	  Driver for TI HECC (High End CAN Controller) module found on many
 	  Driver for TI HECC (High End CAN Controller) module found on many