aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-at91/Kconfig')
-rw-r--r--arch/arm/mach-at91/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 074dcd5d9a7e..bbb2520d645a 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -133,6 +133,13 @@ config MACH_AT91SAM9260EK
133 Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit 133 Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
134 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933> 134 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
135 135
136config MACH_CAM60
137 bool "KwikByte KB9260 (CAM60) board"
138 depends on ARCH_AT91SAM9260
139 help
140 Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260.
141 <http://www.kwikbyte.com/KB9260.html>
142
136endif 143endif
137 144
138# ---------------------------------------------------------- 145# ----------------------------------------------------------