diff options
author | Ilya Yanok <yanok@emcraft.com> | 2009-03-10 20:22:00 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-03-13 05:35:05 -0400 |
commit | 148854c65ea8046b045672fd49f4333aefaa3ab5 (patch) | |
tree | 5f9e4ffd0b9a5b77e814ca17a37681578907179f /arch/arm/mach-mx3/Kconfig | |
parent | 7c107dcb652c2101426adfc3193140db95b44594 (diff) |
qong: basic support for Dave/DENX QongEVB-LITE board
This patch adds basic support for Dave/DENX QongEVB-LITE i.MX31-based
board. It includes support for clocks initialization, UART1, NOR-flash,
FPGA-attached NAND flash and DNET ethernet controller (inside FPGA).
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
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 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/Kconfig b/arch/arm/mach-mx3/Kconfig index 7c939c69d6df..d6235583e979 100644 --- a/arch/arm/mach-mx3/Kconfig +++ b/arch/arm/mach-mx3/Kconfig | |||
@@ -56,4 +56,12 @@ config MACH_MX31MOBOARD | |||
56 | Include support for mx31moboard platform. This includes specific | 56 | Include support for mx31moboard platform. This includes specific |
57 | configurations for the board and its peripherals. | 57 | configurations for the board and its peripherals. |
58 | 58 | ||
59 | config MACH_QONG | ||
60 | bool "Support Dave/DENX QongEVB-LITE platform" | ||
61 | select ARCH_MX31 | ||
62 | default n | ||
63 | help | ||
64 | Include support for Dave/DENX QongEVB-LITE platform. This includes | ||
65 | specific configurations for the board and its peripherals. | ||
66 | |||
59 | endif | 67 | endif |