[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1309260927-11411-1-git-send-email-nicolas.ferre@atmel.com>
Date: Tue, 28 Jun 2011 13:35:27 +0200
From: Nicolas Ferre <nicolas.ferre@...el.com>
To: linux-arm-kernel@...ts.infradead.org
Cc: linux-kernel@...r.kernel.org, plagnioj@...osoft.com,
avictor.za@...il.com, Nicolas Ferre <nicolas.ferre@...el.com>
Subject: [PATCH] AT91: add AT91SAM9X5 dummy configuration variable
Add this Kconfig variable to ease the submission of this chip support.
As this chip/board inclusion is dealayed due to deep consolidation of
arm/mach-at91 sources, we include this dummy configuration variable to allow
submission of SAM9x5 related drivers in other subsystems.
Signed-off-by: Nicolas Ferre <nicolas.ferre@...el.com>
---
arch/arm/mach-at91/Kconfig | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 2248467..ce45f64 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -12,6 +12,9 @@ config HAVE_AT91_USART4
config HAVE_AT91_USART5
bool
+config ARCH_AT91SAM9X5
+ bool
+
menu "Atmel AT91 System-on-Chip"
choice
--
1.7.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists