blob: faaa289a486c34f7afcc6e0d66d03d5a544cd898 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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
|