Skip to content

Commit

Permalink
[ARM] 4214/2: S3C2410: Add Armzone QT2410
Browse files Browse the repository at this point in the history
Patch from: Harald Welte <laforge@openmoko.org>

Add support for the Armzone QT2410 system, with
basic peripheral support for TFT display, SPI
and LEDs.

Signed-off-by: Harald Welte <laforge@openmoko.org>
Signed-off-by: Ben Dooks <ben-linux@fluf.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Ben Dooks authored and Russell King committed Feb 17, 2007
1 parent 52c477a commit c6184e2
Show file tree
Hide file tree
Showing 3 changed files with 454 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/mach-s3c2410/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ config MACH_VR1000
help
Say Y here if you are using the Thorcom VR1000 board.

config MACH_QT2410
bool "QT2410"
select CPU_S3C2410
help
Say Y here if you are using the Armzone QT2410

endmenu

1 change: 1 addition & 0 deletions arch/arm/mach-s3c2410/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ obj-$(CONFIG_MACH_OTOM) += mach-otom.o
obj-$(CONFIG_MACH_AML_M5900) += mach-amlm5900.o
obj-$(CONFIG_BAST_PC104_IRQ) += bast-irq.o
obj-$(CONFIG_MACH_VR1000) += mach-vr1000.o usb-simtec.o
obj-$(CONFIG_MACH_QT2410) += mach-qt2410.o
Loading

0 comments on commit c6184e2

Please sign in to comment.