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