[PATCH 06/21] ARM: configs: at91: add mcan support

Varshini Rajendran posted 21 patches 2 years, 8 months ago
There is a newer version of this series
[PATCH 06/21] ARM: configs: at91: add mcan support
Posted by Varshini Rajendran 2 years, 8 months ago
Enable MCAN configs to support sam9x7 soc family

Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
---
 arch/arm/configs/at91_dt_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig
index 6266a000736b..f18bcf2dcd24 100644
--- a/arch/arm/configs/at91_dt_defconfig
+++ b/arch/arm/configs/at91_dt_defconfig
@@ -82,6 +82,8 @@ CONFIG_DM9000=y
 CONFIG_DAVICOM_PHY=y
 CONFIG_MICREL_PHY=y
 CONFIG_CAN_AT91=y
+CONFIG_CAN_M_CAN=y
+CONFIG_CAN_M_CAN_PLATFORM=y
 CONFIG_LIBERTAS=m
 CONFIG_LIBERTAS_SDIO=m
 CONFIG_LIBERTAS_SPI=m
-- 
2.25.1
Re: [PATCH 06/21] ARM: configs: at91: add mcan support
Posted by Krzysztof Kozlowski 2 years, 8 months ago
On 03/06/2023 22:02, Varshini Rajendran wrote:
> Enable MCAN configs to support sam9x7 soc family
> 

There is no need to enable config items one by one. Squash these.

Best regards,
Krzysztof