[kernel] r12665 - in dists/trunk/linux-2.6/debian: . config

Maximilian Attems maks at alioth.debian.org
Fri Jan 30 21:17:12 UTC 2009


Author: maks
Date: Fri Jan 30 21:17:10 2009
New Revision: 12665

Log:
topconfig enable regulator and it's modular drivers

"Generic Voltage and Current Regulator support."

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Fri Jan 30 21:17:10 2009
@@ -34,7 +34,8 @@
     LEDS_PCA9532, LEDS_HP_DISK, LEDS_PCA955X, LEDS_TRIGGER_BACKLIGHT,
     EDAC_X38, RTC_DRV_RX8581, RTC_DRV_DS1390, RTC_DRV_DS3234, RTC_DRV_DS1286,
     RTC_DRV_M48T35, RTC_DRV_BQ4802, RTC_DRV_WM8350, UNEVICTABLE_LRU,
-    MAC80211_RC_MINSTREL, BATTERY_BQ27x00.
+    MAC80211_RC_MINSTREL, BATTERY_BQ27x00, REGULATOR, REGULATOR_BQ24022,
+    REGULATOR_WM8350, REGULATOR_WM8400.
   * [x86] set MOUSE_BCM5974, X86_RESERVE_LOW_64K, OPROFILE_IBS,
     MICROCODE_INTEL, MICROCODE_AMD.
   * [x86_64] set AMD_IOMMU, MTRR_SANITIZER.

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	(original)
+++ dists/trunk/linux-2.6/debian/config/config	Fri Jan 30 21:17:10 2009
@@ -1454,6 +1454,16 @@
 CONFIG_BATTERY_BQ27x00=m
 
 ##
+## file: drivers/regulator/Kconfig
+##
+CONFIG_REGULATOR=y
+# CONFIG_REGULATOR_DEBUG is not set
+# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set
+CONFIG_REGULATOR_BQ24022=m
+CONFIG_REGULATOR_WM8350=m
+CONFIG_REGULATOR_WM8400=m
+
+##
 ## file: drivers/rtc/Kconfig
 ##
 CONFIG_RTC_CLASS=y



More information about the Kernel-svn-changes mailing list