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