1# arch/arm/mach-s3c2440/Kconfig 2# 3# Copyright 2007 Simtec Electronics 4# 5# Licensed under GPLv2 6 7config CPU_S3C2440 8 bool 9 depends on ARCH_S3C2410 10 select CPU_ARM920T 11 select S3C2410_CLOCK 12 select S3C2410_PM if PM 13 select S3C2410_GPIO 14 select S3C2440_DMA if S3C2410_DMA 15 select CPU_S3C244X 16 select CPU_LLSERIAL_S3C2440 17 help 18 Support for S3C2440 Samsung Mobile CPU based systems. 19 20config S3C2440_DMA 21 bool 22 depends on ARCH_S3C2410 && CPU_S3C24405B 23 help 24 Support for S3C2440 specific DMA code5A 25 26 27menu "S3C2440 Machines" 28 29config MACH_ANUBIS 30 bool "Simtec Electronics ANUBIS" 31 select CPU_S3C2440 32 select S3C24XX_DCLK 33 select PM_SIMTEC if PM 34 select HAVE_PATA_PLATFORM 35 select S3C24XX_GPIO_EXTRA64 36 help 37 Say Y here if you are using the Simtec Electronics ANUBIS 38 development system 39 40config MACH_OSIRIS 41 bool "Simtec IM2440D20 (OSIRIS) module" 42 select CPU_S3C2440 43 select S3C24XX_DCLK 44 select PM_SIMTEC if PM 45 select S3C24XX_GPIO_EXTRA128 46 help 47 Say Y here if you are using the Simtec IM2440D20 module, also 48 known as the Osiris. 49 50config MACH_RX3715 51 bool "HP iPAQ rx3715" 52 select CPU_S3C2440 53 select PM_H1940 if PM 54 help 55 Say Y here if you are using the HP iPAQ rx3715. 56 57config ARCH_S3C2440 58 bool "SMDK2440" 59 select CPU_S3C2440 60 select MACH_SMDK 61 help 62 Say Y here if you are using the SMDK2440. 63 64config MACH_NEXCODER_2440 65 bool "NexVision NEXCODER 2440 Light Board" 66 select CPU_S3C2440 67 help 68 Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board 69 70config SMDK2440_CPU2440 71 bool "SMDK2440 with S3C2440 CPU module" 72 depends on ARCH_S3C2440 73 default y if ARCH_S3C2440 74 select CPU_S3C2440 75 76config MACH_AT2440EVB 77 bool "Avantech AT2440EVB development board" 78 select CPU_S3C2440 79 help 80 Say Y here if you are using the AT2440EVB development board 81 82endmenu 83 84