u-boot-brain/drivers/power
Nishanth Menon 2d572ede11 power: regulator: Kconfig: add a dependency for POWER_SUPPORT for SPL
power/regulator will not be built if just CONFIG_SPL_DM_REGULATOR is
enabled. It needs CONFIG_SPL_POWER_SUPPORT to be enabled as well.

For example, if we just need a GPIO regulator in SPL:
CONFIG_DM_REGULATOR=y
CONFIG_SPL_DM_REGULATOR=y
CONFIG_DM_REGULATOR_GPIO=y
CONFIG_SPL_DM_REGULATOR_GPIO=y

Will not suffice, since the entire regulator build for SPL depends on
CONFIG_SPL_POWER_SUPPORT. Elaborate that information in the Kconfig
dependency.

Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
2021-01-16 14:49:09 -05:00
..
acpi_pmc x86: apl: Reduce size for TPL 2021-01-05 12:24:41 -07:00
battery common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
domain - sync amlogic GX & AXG DT to Linux 5.10 2021-01-13 07:32:02 -05:00
fuel_gauge common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
mfd common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
pmic Driver model: make some udevice fields private 2021-01-05 22:34:43 -05:00
regulator power: regulator: Kconfig: add a dependency for POWER_SUPPORT for SPL 2021-01-16 14:49:09 -05:00
axp152.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
axp209.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
axp221.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
axp809.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
axp818.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
exynos-tmu.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
ftpmu010.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Kconfig sunxi: allow to use AXP20[39] attached to I2C0 on V3 series 2020-11-17 00:42:21 +00:00
Makefile poweroff: add poweroff for mt6323 pmic 2020-01-10 10:25:13 -05:00
mt6323.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
palmas.c power: make most tps drivers and the twl4030 driver compatible with DM_I2C 2018-12-10 06:17:30 +01:00
power_core.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
power_dialog.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
power_fsl.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
power_i2c.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
power_spi.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
sy8106a.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
tps6586x.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
twl4030.c power: twl4030: Add twl4030_i2c_read() function 2020-11-15 15:25:55 +05:30
twl6030.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00