From: Limeng <[email protected]> set CONFIG_REGULATOR_FIXED_VOLTAGE=y so that fixed regulator driver is built into kernel image, not as a module.
Signed-off-by: Meng Li <[email protected]> --- bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg b/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg index 24a65a28..22d0f8b2 100644 --- a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg +++ b/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg @@ -268,7 +268,7 @@ CONFIG_WIMAX_I2400M_USB=m # Regulator configuration CONFIG_REGULATOR=y -CONFIG_REGULATOR_FIXED_VOLTAGE=m +CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_ARIZONA_LDO1=m CONFIG_REGULATOR_ARIZONA_MICSUPP=m CONFIG_REGULATOR_GPIO=y -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8855): https://lists.yoctoproject.org/g/linux-yocto/message/8855 Mute This Topic: https://lists.yoctoproject.org/mt/75721939/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
