1234567891011121314 |
- # arch/arm/mach-s3c2416/Kconfig
- #
- # Copyright 2009 Yauhen Kharuzhy <jekhor@gmail.com>
- #
- # Licensed under GPLv2
- # note, this also supports the S3C2450 which is so similar it has the same
- # ID code as the S3C2416.
- config S3C2416_DMA
- bool
- depends on CPU_S3C2416
- help
- Internal config node for S3C2416 DMA support
|