[arm64] Enable REGULATOR_FIXED_VOLTAGE

Enable REGULATOR_FIXED_VOLTAGE which is used at least by the NVIDIA
Jetson TX1.
This commit is contained in:
Martin Michlmayr 2016-08-02 15:54:46 -07:00
parent 02b2135a4b
commit 3da99236e3
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View File

@ -24,6 +24,7 @@ linux (4.7~rc7-1~exp2) UNRELEASED; urgency=medium
- arm64: tegra: Enable debug serial on Jetson TX1
- arm64: tegra: Enable XUSB controller on Jetson TX1
- arm64: tegra: Correct Tegra210 XUSB mailbox interrupt
* [arm64] Enable REGULATOR_FIXED_VOLTAGE.
-- Ben Hutchings <ben@decadent.org.uk> Wed, 20 Jul 2016 03:50:18 +0100

View File

@ -339,6 +339,7 @@ CONFIG_PWM_TEGRA=m
## file: drivers/regulator/Kconfig
##
CONFIG_REGULATOR=y
CONFIG_REGULATOR_FIXED_VOLTAGE=m
CONFIG_REGULATOR_MAX77620=m
CONFIG_REGULATOR_QCOM_RPM=m
CONFIG_REGULATOR_QCOM_SMD_RPM=m