| # arch/arm/plat-s3c24xx/Kconfig |
| # Copyright 2007 Simtec Electronics |
| default y if ARCH_S3C2410 |
| Base platform code for any Samsung S3C24XX device |
| depends on ARCH_S3C2410 && (CPU_S3C2440 || CPU_S3C2442) |
| Support for S3C2440 and S3C2442 Samsung Mobile CPU based systems. |
| bool "PWM device support" |
| Support for exporting the PWM timer blocks via the pwm device |
| Common power management code for systems that are |
| compatible with the Simtec style of power management |
| bool "S3C2410 DMA support" |
| S3C2410 DMA support. This is needed for drivers like sound which |
| use the S3C2410's DMA system to move data to and from the |
| bool "S3C2410 DMA support debug" |
| depends on ARCH_S3C2410 && S3C2410_DMA |
| Enable debugging output for the DMA code. This option sends info |
| to the kernel log, at priority KERN_DEBUG. |
| Common machine code for SMDK2410 and SMDK2440 |