Kconfig (db6da59cf27b5661ced03754ae0550f8914eda9e) Kconfig (7bce16630837c705f72e8fd53a11ae8c236236f4)
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig REGULATOR
3 bool "Voltage and Current Regulator Support"
4 select LINEAR_RANGES
5 help
6 Generic Voltage and Current Regulator support.
7
8 This framework is designed to provide a generic interface to voltage

--- 1019 unchanged lines hidden (view full) ---

1028 depends on SPMI || COMPILE_TEST
1029 help
1030 If you say yes to this option, support will be included for the
1031 regulator used to enable the VBUS output.
1032
1033 Say M here if you want to include support for enabling the VBUS output
1034 as a module. The module will be named "qcom_usb_vbus_regulator".
1035
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig REGULATOR
3 bool "Voltage and Current Regulator Support"
4 select LINEAR_RANGES
5 help
6 Generic Voltage and Current Regulator support.
7
8 This framework is designed to provide a generic interface to voltage

--- 1019 unchanged lines hidden (view full) ---

1028 depends on SPMI || COMPILE_TEST
1029 help
1030 If you say yes to this option, support will be included for the
1031 regulator used to enable the VBUS output.
1032
1033 Say M here if you want to include support for enabling the VBUS output
1034 as a module. The module will be named "qcom_usb_vbus_regulator".
1035
1036config REGULATOR_RAA215300
1037 tristate "Renesas RAA215300 driver"
1038 select REGMAP_I2C
1039 depends on I2C
1040 help
1041 Support for the Renesas RAA215300 PMIC.
1042
1036config REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY
1037 tristate "Raspberry Pi 7-inch touchscreen panel ATTINY regulator"
1038 depends on BACKLIGHT_CLASS_DEVICE
1039 depends on I2C
1040 depends on OF_GPIO
1041 select REGMAP_I2C
1042 help
1043 This driver supports ATTINY regulator on the Raspberry Pi 7-inch

--- 535 unchanged lines hidden ---
1043config REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY
1044 tristate "Raspberry Pi 7-inch touchscreen panel ATTINY regulator"
1045 depends on BACKLIGHT_CLASS_DEVICE
1046 depends on I2C
1047 depends on OF_GPIO
1048 select REGMAP_I2C
1049 help
1050 This driver supports ATTINY regulator on the Raspberry Pi 7-inch

--- 535 unchanged lines hidden ---