commit | 593539c03e7178eed416213aa22ff5ce7480484e | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | Tue May 03 10:58:06 2022 +0200 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Tue Jun 14 11:20:50 2022 +0900 |
tree | dc112c26e725ac0a8a257742f7f2a5303a4d1094 | |
parent | 335497088973c89433c0d96b3f5ed0f1491201a3 [diff] |
pmic: pca9450: add DM_I2C dependencies in Kconfig The pca9450 driver uses dm_i2c_{read,write}, which are (unsurprisingly) only available with DM_I2C. Make sure one can't create an unbuildable .config by adding proper dependencies. While here, append "in SPL" to the prompt for the SPL_ variant so it doesn't read the same as the one for the non-SPL_ variant. Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>