]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: samsung: make SAMSUNG_DMADEV optional
authorArnd Bergmann <arnd@arndb.de>
Fri, 13 Jun 2014 10:04:39 +0000 (12:04 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 17 Jun 2014 15:09:37 +0000 (17:09 +0200)
commit9cbfa512769e94729cceffbcde322c9bc549383b
tree2c70c1b7427bcca9dc3d062bcbd42339ada7a87c
parent3ce138cb899be14b2a132bb701d8b18e7cafe6f1
ARM: samsung: make SAMSUNG_DMADEV optional

The only remaining driver using the samsung dmadev code is the broken
samsung-ac97 sound driver. However, as found by Russell's autobuilder,
the elaborate dependency chains around it cause problems with
circular dependencies.

This is an attempt to simplify those dependencies by making the
SAMSUNG_DMADEV option user-selectable. I also try to keep the
default settings for all related options unchanged, so we don't
introduce any regressions against earlier testing on linux-next.

In particular, all s3c64xx and s5p* platforms keep selecting the
pl330 and pl08x drivers they require, but the select statement
is now moved towards the main platform option, and it remains
optional by unselecting CONFIG_DMADEVICES.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c24xx/Kconfig
arch/arm/mach-s3c64xx/Kconfig
arch/arm/mach-s5p64x0/Kconfig
arch/arm/mach-s5pc100/Kconfig
arch/arm/mach-s5pv210/Kconfig
arch/arm/plat-samsung/Kconfig