浏览代码

ARM: at91/Kconfig: add AT91SAM9x5 family to AT91_EARLY_DBGU0 entry

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Nicolas Ferre 13 年之前
父节点
当前提交
514982adc7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm/mach-at91/Kconfig

+ 1 - 1
arch/arm/mach-at91/Kconfig

@@ -529,7 +529,7 @@ choice
 	prompt "Select a UART for early kernel messages"
 	prompt "Select a UART for early kernel messages"
 
 
 config AT91_EARLY_DBGU0
 config AT91_EARLY_DBGU0
-	bool "DBGU on rm9200, 9260/9g20, 9261/9g10 and 9rl"
+	bool "DBGU on rm9200, 9260/9g20, 9261/9g10, 9rl and 9x5"
 	depends on HAVE_AT91_DBGU0
 	depends on HAVE_AT91_DBGU0
 
 
 config AT91_EARLY_DBGU1
 config AT91_EARLY_DBGU1