commit | 2a910d139e405f1038c0f2ea7f9ac45acc84cce9 | [log] [tgz] |
---|---|---|
author | Matthias Brugger <matthias.bgg@gmail.com> | Wed May 27 14:20:55 2015 +0200 |
committer | Matthias Brugger <matthias.bgg@gmail.com> | Wed May 27 16:27:05 2015 +0200 |
tree | 9f9f14a039284a5abbddca06ec435254ce7ee5f2 | |
parent | d956b80ac7a6ba6ee45ac46e969f68dd15b4b729 [diff] |
soc: mediatek: Add compile dependency to pmic-wrapper The pmic-wrapper calls the reset controller. If CONFIG_RESET_CONTROLLER is not set, compilation fails with: drivers/soc/mediatek/mtk-pmic-wrap.c: In function ‘pwrap_probe’: drivers/soc/mediatek/mtk-pmic-wrap.c:836:2: error: implicit declaration of function ‘devm_reset_control_get’ [-Werror=implicit-function-declaration] This patch sets the dependency in the Kconfig file. Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>