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 |
Ben Dooks | b262758 | 2007-07-22 16:09:44 +0100 | [diff] [blame] | 15 | select CPU_LLSERIAL_S3C2440 |
Ben Dooks | a21765a | 2007-02-11 18:31:01 +0100 | [diff] [blame] | 16 | help |
| 17 | Support for S3C2440 Samsung Mobile CPU based systems. |
| 18 | |
| 19 | config S3C2440_DMA |
| 20 | bool |
| 21 | depends on ARCH_S3C2410 && CPU_S3C24405B |
| 22 | help |
| 23 | Support for S3C2440 specific DMA code5A |
| 24 | |
| 25 | |
| 26 | menu "S3C2440 Machines" |
| 27 | |
| 28 | config MACH_ANUBIS |
| 29 | bool "Simtec Electronics ANUBIS" |
| 30 | select CPU_S3C2440 |
| 31 | select PM_SIMTEC if PM |
| 32 | help |
| 33 | Say Y here if you are using the Simtec Electronics ANUBIS |
| 34 | development system |
| 35 | |
| 36 | config MACH_OSIRIS |
| 37 | bool "Simtec IM2440D20 (OSIRIS) module" |
| 38 | select CPU_S3C2440 |
| 39 | select PM_SIMTEC if PM |
| 40 | help |
| 41 | Say Y here if you are using the Simtec IM2440D20 module, also |
| 42 | known as the Osiris. |
| 43 | |
| 44 | config MACH_RX3715 |
| 45 | bool "HP iPAQ rx3715" |
| 46 | select CPU_S3C2440 |
| 47 | select PM_H1940 if PM |
| 48 | help |
| 49 | Say Y here if you are using the HP iPAQ rx3715. |
| 50 | |
| 51 | config ARCH_S3C2440 |
| 52 | bool "SMDK2440" |
| 53 | select CPU_S3C2440 |
| 54 | select MACH_SMDK |
| 55 | help |
| 56 | Say Y here if you are using the SMDK2440. |
| 57 | |
| 58 | config MACH_NEXCODER_2440 |
| 59 | bool "NexVision NEXCODER 2440 Light Board" |
| 60 | select CPU_S3C2440 |
| 61 | help |
| 62 | Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board |
| 63 | |
| 64 | config SMDK2440_CPU2440 |
| 65 | bool "SMDK2440 with S3C2440 CPU module" |
| 66 | depends on ARCH_S3C2440 |
| 67 | default y if ARCH_S3C2440 |
| 68 | select CPU_S3C2440 |
| 69 | |
| 70 | |
| 71 | endmenu |
| 72 | |