diff options
author | Thomas Weber <weber@corscience.de> | 2010-02-17 17:09:28 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-02-19 18:22:17 -0500 |
commit | 476544cad1fc9c0b99bc39089677578070e9e62c (patch) | |
tree | 112ef56f5fe0bd886bf4e42574b2ace2e8405129 /arch/arm/mach-omap2/Kconfig | |
parent | 5d4292a524d8908060b077f4d80c106cb288f2e7 (diff) |
Add minimal support for DevKit8000
These patches add board support for the Timll DevKit8000.
The DevKit8000 is a beagle board clone from Timll, sold by
armkits.com. The DevKit8000 has RS232 serial port, LCD, DVI-D,
S-Video, Ethernet, SD/MMC, keyboard, camera, SPI, I2C, USB and
JTAG interface.
Signed-off-by: Thomas Weber <weber@corscience.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 2e81a6ef63e7..a8a3d1e23e26 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig | |||
@@ -58,6 +58,10 @@ config MACH_OMAP3_BEAGLE | |||
58 | depends on ARCH_OMAP3 | 58 | depends on ARCH_OMAP3 |
59 | select OMAP_PACKAGE_CBB | 59 | select OMAP_PACKAGE_CBB |
60 | 60 | ||
61 | config MACH_DEVKIT8000 | ||
62 | bool "DEVKIT8000 board" | ||
63 | depends on ARCH_OMAP3 | ||
64 | |||
61 | config MACH_OMAP_LDP | 65 | config MACH_OMAP_LDP |
62 | bool "OMAP3 LDP board" | 66 | bool "OMAP3 LDP board" |
63 | depends on ARCH_OMAP3 | 67 | depends on ARCH_OMAP3 |