diff options
author | Thomas Weber <weber@corscience.de> | 2010-02-18 01:09:28 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-02-20 02:22:17 +0300 |
commit | 476544cad1fc9c0b99bc39089677578070e9e62c (patch) | |
tree | 112ef56f5fe0bd886bf4e42574b2ace2e8405129 /arch/arm/mach-omap2/Kconfig | |
parent | 5d4292a524d8908060b077f4d80c106cb288f2e7 (diff) | |
download | linux-476544cad1fc9c0b99bc39089677578070e9e62c.tar.xz |
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 depends on ARCH_OMAP3 select OMAP_PACKAGE_CBB +config MACH_DEVKIT8000 + bool "DEVKIT8000 board" + depends on ARCH_OMAP3 + config MACH_OMAP_LDP bool "OMAP3 LDP board" depends on ARCH_OMAP3 |