[kernel] r22579 - in dists/trunk/linux/debian: . config/armel

Ben Hutchings benh at moszumanska.debian.org
Sun May 10 03:56:11 UTC 2015


Author: benh
Date: Sun May 10 03:56:11 2015
New Revision: 22579

Log:
[armel/kirkwood] regulator: Re-enable REGULATOR, REGULATOR_FIXED_VOLTAGE

Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/armel/config.kirkwood

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Sun May 10 03:12:22 2015	(r22578)
+++ dists/trunk/linux/debian/changelog	Sun May 10 03:56:11 2015	(r22579)
@@ -245,6 +245,7 @@
   * [x86] Enable DW_DMAC and re-enable SND_SOC_INTEL_HASWELL_MACH,
     SND_SOC_INTEL_BYT_RT5640_MACH, SND_SOC_INTEL_BYT_MAX98090_MACH as modules
   * [x86] tpm: Enable TCG_TIS_I2C_ST33 as module, replacing TCG_ST33_I2C
+  * [armel/kirkwood] regulator: Re-enable REGULATOR, REGULATOR_FIXED_VOLTAGE
 
   [ Ian Campbell ]
   * [armhf] Enable support for Freescale SNVS RTC. (Closes: #782364)

Modified: dists/trunk/linux/debian/config/armel/config.kirkwood
==============================================================================
--- dists/trunk/linux/debian/config/armel/config.kirkwood	Sun May 10 03:12:22 2015	(r22578)
+++ dists/trunk/linux/debian/config/armel/config.kirkwood	Sun May 10 03:56:11 2015	(r22579)
@@ -448,6 +448,12 @@
 CONFIG_POWER_RESET_RESTART=y
 
 ##
+## file: drivers/regulator/Kconfig
+##
+CONFIG_REGULATOR=y
+CONFIG_REGULATOR_FIXED_VOLTAGE=y
+
+##
 ## file: drivers/rtc/Kconfig
 ##
 CONFIG_RTC_DRV_S35390A=y



More information about the Kernel-svn-changes mailing list