3 menu "S3C24XX Implementations"
6 bool "Simtec Electronics BAST (EB2410ITX)"
9 Say Y here if you are using the Simtec Electronics EB2410ITX
10 development board (also known as BAST)
12 Product page: <http://www.simtec.co.uk/products/EB2410ITX/>.
18 Say Y here if you are using the HP IPAQ H1940
20 <http://www.handhelds.org/projects/h1940.html>.
23 bool "SMDK2410/A9M2410"
26 Say Y here if you are using the SMDK2410 or the derived module A9M2410
27 <http://www.fsforth.de>
33 Say Y here if you are using the Thorcom VR1000 board.
35 This linux port is currently being maintained by Simtec, on behalf
36 of Thorcom. Any queries, please contact Thorcom first.
42 depends on ARCH_S3C2410
44 Support for S3C2410 and S3C2410A family from the S3C24XX line
45 of Samsung Mobile CPUs.
49 depends on ARCH_S3C2410
51 Support for S3C2440 Samsung Mobile CPU based systems.
53 comment "S3C2410 Setup"
56 bool "S3C2410 DMA support"
57 depends on ARCH_S3C2410
59 S3C2410 DMA support. This is needed for drivers like sound which
60 use the S3C2410's DMA system to move data to and from the
63 config S3C2410_DMA_DEBUG
64 bool "S3C2410 DMA support debug"
65 depends on ARCH_S3C2410 && S3C2410_DMA
67 Enable debugging output for the DMA code. This option sends info
68 to the kernel log, at priority KERN_DEBUG.
70 Note, it is easy to create and fill the log buffer in a small
71 amount of time, as well as using an significant percantage of
72 the CPU time doing so.