[AVR32] Add support for AT32AP7001 and AT32AP7002
[pandora-kernel.git] / include / asm-avr32 / arch-at32ap / cpu.h
index a762f42..0dc2026 100644 (file)
@@ -14,7 +14,7 @@
  * Only AT32AP7000 is defined for now. We can identify the specific
  * chip at runtime, but I'm not sure if it's really worth it.
  */
-#ifdef CONFIG_CPU_AT32AP7000
+#ifdef CONFIG_CPU_AT32AP700X
 # define cpu_is_at32ap7000()   (1)
 #else
 # define cpu_is_at32ap7000()   (0)