diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2011-02-18 22:22:23 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-02-28 09:28:46 +0100 |
commit | ea7ee4cae4db6630b388f39c3abe4f86f67211f9 (patch) | |
tree | 461887cc537338617ac3c2208becd2dde9051ffa /arch/arm/mach-mx3/Kconfig | |
parent | b03b2a7a2007e4122ec105b54580327d4126e000 (diff) | |
download | op-kernel-dev-ea7ee4cae4db6630b388f39c3abe4f86f67211f9.zip op-kernel-dev-ea7ee4cae4db6630b388f39c3abe4f86f67211f9.tar.gz |
mx31: add support for the bugbase 1.3 from buglabs
Note that the hardware schematics and documentations can be obtained
here: http://www.bugcommunity.com/wiki/index.php/BUGbase
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/Kconfig')
-rw-r--r-- | arch/arm/mach-mx3/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/Kconfig b/arch/arm/mach-mx3/Kconfig index de80d98..4f57f13 100644 --- a/arch/arm/mach-mx3/Kconfig +++ b/arch/arm/mach-mx3/Kconfig @@ -199,6 +199,15 @@ config MACH_KZM_ARM11_01 Include support for KZM-ARM11-01. This includes specific configurations for the board and its peripherals. +config MACH_BUG + bool "Support Buglabs BUGBase platform" + select SOC_IMX31 + select IMX_HAVE_PLATFORM_IMX_UART + default y + help + Include support for BUGBase 1.3 platform. This includes specific + configurations for the board and its peripherals. + config MACH_EUKREA_CPUIMX35 bool "Support Eukrea CPUIMX35 Platform" select SOC_IMX35 |