home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / arm / mach-s3c2443 / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  533 b   |  31 lines

  1. # arch/arm/mach-s3c2443/Kconfig
  2. #
  3. # Copyright 2007 Simtec Electronics
  4. #
  5. # Licensed under GPLv2
  6.  
  7. config CPU_S3C2443
  8.     bool
  9.     depends on ARCH_S3C2410
  10.     select S3C2443_DMA if S3C2410_DMA
  11.     select CPU_LLSERIAL_S3C2440
  12.     help
  13.       Support for the S3C2443 SoC from the S3C24XX line
  14.  
  15. config S3C2443_DMA
  16.     bool
  17.     depends on CPU_S3C2443
  18.     help
  19.       Internal config node for S3C2443 DMA support
  20.  
  21. menu "S3C2443 Machines"
  22.  
  23. config MACH_SMDK2443
  24.     bool "SMDK2443"
  25.     select CPU_S3C2443
  26.     select MACH_SMDK
  27.     help
  28.       Say Y here if you are using an SMDK2443
  29.  
  30. endmenu
  31.