diff options
author | Josh Wu <josh.wu@atmel.com> | 2013-11-06 05:01:11 -0500 |
---|---|---|
committer | Kevin Hilman <khilman@linaro.org> | 2013-12-10 12:56:14 -0500 |
commit | 7f457160dae592b71b4aac03258237b0f2a67a3e (patch) | |
tree | 369ea3967c70c277a2f7d9b6eb19aa503e9c9e6c /arch/arm/mach-at91/Kconfig | |
parent | b8969ef5cfa7859dbe6ac74debfd2d884d9fe14c (diff) |
ARM: at91: sama5d3: add support for sama5d36 chip
The SAMA5D36 chip is the superset product of SAMA5D3x family.
For detail information please refer to:
http://www.atmel.com/Microsite/sama5d3/default.aspx
Signed-off-by: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Kevin Hilman <khilman@linaro.org>
Diffstat (limited to 'arch/arm/mach-at91/Kconfig')
-rw-r--r-- | arch/arm/mach-at91/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 699b71e7f7ec..44eacdd7468b 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig | |||
@@ -67,7 +67,7 @@ config SOC_SAMA5D3 | |||
67 | select HAVE_AT91_DBGU1 | 67 | select HAVE_AT91_DBGU1 |
68 | help | 68 | help |
69 | Select this if you are using one of Atmel's SAMA5D3 family SoC. | 69 | Select this if you are using one of Atmel's SAMA5D3 family SoC. |
70 | This support covers SAMA5D31, SAMA5D33, SAMA5D34, SAMA5D35. | 70 | This support covers SAMA5D31, SAMA5D33, SAMA5D34, SAMA5D35, SAMA5D36. |
71 | endif | 71 | endif |
72 | 72 | ||
73 | if SOC_SAM_V4_V5 | 73 | if SOC_SAM_V4_V5 |