[PATCH] AT91: add AT91SAM9X5 dummy configuration variable
Nicolas Ferre
nicolas.ferre at atmel.com
Tue Jun 28 07:35:27 EDT 2011
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 at atmel.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
More information about the linux-arm-kernel
mailing list