• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-s3c2443/
1# Copyright 2007 Simtec Electronics
2#
3# Licensed under GPLv2
4
5config CPU_S3C2443
6	bool
7	depends on ARCH_S3C2410
8	select S3C2443_DMA if S3C2410_DMA
9	select CPU_LLSERIAL_S3C2440
10	select SAMSUNG_CLKSRC
11	select S3C2443_CLOCK
12	help
13	  Support for the S3C2443 SoC from the S3C24XX line
14
15config S3C2443_DMA
16	bool
17	depends on CPU_S3C2443
18	help
19	  Internal config node for S3C2443 DMA support
20
21menu "S3C2443 Machines"
22
23config MACH_SMDK2443
24	bool "SMDK2443"
25	select CPU_S3C2443
26	select MACH_SMDK
27	select S3C_DEV_HSMMC
28	help
29	  Say Y here if you are using an SMDK2443
30
31endmenu
32