diff mbox

ARM: add drivers for Colibri T30 to multi_v7_defconfig

Message ID 1400103110-17574-1-git-send-email-stefan@agner.ch
State Not Applicable, archived
Headers show

Commit Message

Stefan Agner May 14, 2014, 9:31 p.m. UTC
From: Stefan Agner <stefan@agner.ch>

Toradex Colibri Evaluation Board uses the DS1307 RTC and the
MCP251x CAN controller. The NVIDIA Tegra 3 based Colibri T30
module can be used on this carrier board, hence enable those
drivers in tegra_defonfig and multi_v7_defconfig.

Furthermore the NVIDIA Tegra 3 based Apalis T30 module too
contains two MCP251x CAN controller.

Signed-off-by: Stefan Agner <stefan@agner.ch>
---
 arch/arm/configs/multi_v7_defconfig | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Stephen Warren May 15, 2014, 6:14 p.m. UTC | #1
On 05/14/2014 03:31 PM, stefan@agner.ch wrote:
> From: Stefan Agner <stefan@agner.ch>
> 
> Toradex Colibri Evaluation Board uses the DS1307 RTC and the
> MCP251x CAN controller. The NVIDIA Tegra 3 based Colibri T30
> module can be used on this carrier board, hence enable those
> drivers in tegra_defonfig and multi_v7_defconfig.
> 
> Furthermore the NVIDIA Tegra 3 based Apalis T30 module too
> contains two MCP251x CAN controller.

Acked-by: Stephen Warren <swarren@nvidia.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Olof Johansson May 20, 2014, 5:51 a.m. UTC | #2
On Thu, May 15, 2014 at 12:14:18PM -0600, Stephen Warren wrote:
> On 05/14/2014 03:31 PM, stefan@agner.ch wrote:
> > From: Stefan Agner <stefan@agner.ch>
> > 
> > Toradex Colibri Evaluation Board uses the DS1307 RTC and the
> > MCP251x CAN controller. The NVIDIA Tegra 3 based Colibri T30
> > module can be used on this carrier board, hence enable those
> > drivers in tegra_defonfig and multi_v7_defconfig.
> > 
> > Furthermore the NVIDIA Tegra 3 based Apalis T30 module too
> > contains two MCP251x CAN controller.
> 
> Acked-by: Stephen Warren <swarren@nvidia.com>

Applied.


-Olof
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index d4e8a47..20d9f11 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -96,6 +96,11 @@  CONFIG_INET6_IPCOMP=m
 CONFIG_IPV6_MIP6=m
 CONFIG_IPV6_TUNNEL=m
 CONFIG_IPV6_MULTIPLE_TABLES=y
+CONFIG_CAN=y
+CONFIG_CAN_RAW=y
+CONFIG_CAN_BCM=y
+CONFIG_CAN_DEV=y
+CONFIG_CAN_MCP251X=y
 CONFIG_CFG80211=m
 CONFIG_MAC80211=m
 CONFIG_RFKILL=y
@@ -286,6 +291,7 @@  CONFIG_EDAC_HIGHBANK_MC=y
 CONFIG_EDAC_HIGHBANK_L2=y
 CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_AS3722=y
+CONFIG_RTC_DRV_DS1307=y
 CONFIG_RTC_DRV_MAX8907=y
 CONFIG_RTC_DRV_PALMAS=y
 CONFIG_RTC_DRV_TWL4030=y