diff options
author | Hartley Sweeten <hartleys@visionengravers.com> | 2011-10-08 18:04:34 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-10-17 07:22:11 -0400 |
commit | 1cb17e2dbd09436069733500ea48e0c9b1f0a1cc (patch) | |
tree | 1f52bad9fee5dc0c72ce71896a5246b502bf6368 /arch/arm/mach-ep93xx/Kconfig | |
parent | 976d167615b64e14bc1491ca51d424e2ba9a5e84 (diff) |
ep93xx: add support Vision EP9307 SoM
Add support for Vision Engraving Systems EP9307 based SoM.
Signed-off-by: Hartley Sweeten <hartleys@visionengravers.com>
Acked-by: Ryan Mallon <ryan@bluewatersys.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-ep93xx/Kconfig')
-rw-r--r-- | arch/arm/mach-ep93xx/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/Kconfig b/arch/arm/mach-ep93xx/Kconfig index 3a08b18f6433..97a249395b5a 100644 --- a/arch/arm/mach-ep93xx/Kconfig +++ b/arch/arm/mach-ep93xx/Kconfig | |||
@@ -182,6 +182,13 @@ config MACH_TS72XX | |||
182 | Say 'Y' here if you want your kernel to support the | 182 | Say 'Y' here if you want your kernel to support the |
183 | Technologic Systems TS-72xx board. | 183 | Technologic Systems TS-72xx board. |
184 | 184 | ||
185 | config MACH_VISION_EP9307 | ||
186 | bool "Support Vision Engraving Systems EP9307 SoM" | ||
187 | depends on EP93XX_SDCE0_PHYS_OFFSET | ||
188 | help | ||
189 | Say 'Y' here if you want your kernel to support the | ||
190 | Vision Engraving Systems EP9307 SoM. | ||
191 | |||
185 | choice | 192 | choice |
186 | prompt "Select a UART for early kernel messages" | 193 | prompt "Select a UART for early kernel messages" |
187 | 194 | ||