Ben Dooks | a21765a | 2007-02-11 18:31:01 +0100 | [diff] [blame] | 1 | # arch/arm/plat-s3c24xx/Kconfig |
| 2 | # |
| 3 | # Copyright 2007 Simtec Electronics |
| 4 | # |
| 5 | # Licensed under GPLv2 |
| 6 | |
| 7 | config PLAT_S3C24XX |
| 8 | bool |
| 9 | depends on ARCH_S3C2410 |
Ben Dooks | b887060 | 2007-02-11 20:33:13 +0100 | [diff] [blame] | 10 | default y if ARCH_S3C2410 |
Ben Dooks | 7d477a0 | 2007-02-12 18:59:35 +0100 | [diff] [blame] | 11 | select NO_IOPORT |
Ben Dooks | a21765a | 2007-02-11 18:31:01 +0100 | [diff] [blame] | 12 | help |
Ben Dooks | d58153d | 2007-07-22 16:07:09 +0100 | [diff] [blame^] | 13 | Base platform code for any Samsung S3C24XX device |
Ben Dooks | a21765a | 2007-02-11 18:31:01 +0100 | [diff] [blame] | 14 | |
Ben Dooks | b887060 | 2007-02-11 20:33:13 +0100 | [diff] [blame] | 15 | if PLAT_S3C24XX |
| 16 | |
Ben Dooks | a21765a | 2007-02-11 18:31:01 +0100 | [diff] [blame] | 17 | config CPU_S3C244X |
| 18 | bool |
| 19 | depends on ARCH_S3C2410 && (CPU_S3C2440 || CPU_S3C2442) |
| 20 | help |
| 21 | Support for S3C2440 and S3C2442 Samsung Mobile CPU based systems. |
| 22 | |
| 23 | config PM_SIMTEC |
| 24 | bool |
| 25 | help |
| 26 | Common power management code for systems that are |
| 27 | compatible with the Simtec style of power management |
| 28 | |
Ben Dooks | a21765a | 2007-02-11 18:31:01 +0100 | [diff] [blame] | 29 | config S3C2410_DMA |
| 30 | bool "S3C2410 DMA support" |
| 31 | depends on ARCH_S3C2410 |
| 32 | help |
| 33 | S3C2410 DMA support. This is needed for drivers like sound which |
| 34 | use the S3C2410's DMA system to move data to and from the |
| 35 | peripheral blocks. |
| 36 | |
| 37 | config S3C2410_DMA_DEBUG |
| 38 | bool "S3C2410 DMA support debug" |
| 39 | depends on ARCH_S3C2410 && S3C2410_DMA |
| 40 | help |
| 41 | Enable debugging output for the DMA code. This option sends info |
| 42 | to the kernel log, at priority KERN_DEBUG. |
| 43 | |
| 44 | config MACH_SMDK |
| 45 | bool |
| 46 | help |
| 47 | Common machine code for SMDK2410 and SMDK2440 |
| 48 | |
Ben Dooks | b887060 | 2007-02-11 20:33:13 +0100 | [diff] [blame] | 49 | endif |