summaryrefslogtreecommitdiffstats
path: root/include/asm-avr32/arch-at32ap
diff options
context:
space:
mode:
authorAndrew Victor2008-01-24 15:10:39 +0100
committerRussell King2008-01-26 16:01:13 +0100
commit2b3b3516b6eeea1464e205b2dde9ebc9b7dd2ec8 (patch)
tree29ec4fd51c8231fd710783effcbaf21b4f80005d /include/asm-avr32/arch-at32ap
parent[ARM] 4738/1: at91sam9261: Remove udc pullup enabling in board initialisation (diff)
downloadkernel-qcow2-linux-2b3b3516b6eeea1464e205b2dde9ebc9b7dd2ec8.tar.gz
kernel-qcow2-linux-2b3b3516b6eeea1464e205b2dde9ebc9b7dd2ec8.tar.xz
kernel-qcow2-linux-2b3b3516b6eeea1464e205b2dde9ebc9b7dd2ec8.zip
[ARM] 4764/1: [AT91] AT91CAP9 core support
Add support for Atmel's AT91CAP9 Customizable Microcontroller family. <http://www.atmel.com/products/AT91CAP/Default.asp> Signed-off-by: Stelian Pop <stelian@popies.net> Signed-off-by: Andrew Victor <linux@maxim.org.za> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-avr32/arch-at32ap')
-rw-r--r--include/asm-avr32/arch-at32ap/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-avr32/arch-at32ap/cpu.h b/include/asm-avr32/arch-at32ap/cpu.h
index 0dc20261c1ea..44d0bfa1f409 100644
--- a/include/asm-avr32/arch-at32ap/cpu.h
+++ b/include/asm-avr32/arch-at32ap/cpu.h
@@ -30,5 +30,6 @@
#define cpu_is_at91sam9261() (0)
#define cpu_is_at91sam9263() (0)
#define cpu_is_at91sam9rl() (0)
+#define cpu_is_at91cap9() (0)
#endif /* __ASM_ARCH_CPU_H */