[kernel] r22195 - in dists/sid/linux/debian: . config/armhf

Ian James Campbell ijc at moszumanska.debian.org
Sat Dec 13 12:20:47 UTC 2014


Author: ijc
Date: Sat Dec 13 12:20:47 2014
New Revision: 22195

Log:
[armhf] Enable some further OMAP uEVM related options

PINCTRL, GPIO and RTC.

Modified:
   dists/sid/linux/debian/changelog
   dists/sid/linux/debian/config/armhf/config.armmp

Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog	Sat Dec 13 12:20:44 2014	(r22194)
+++ dists/sid/linux/debian/changelog	Sat Dec 13 12:20:47 2014	(r22195)
@@ -6,8 +6,9 @@
   [ Ian Campbell ]
   * [armhf] Enable support for support OMAP5432 uEVM by enabling:
     TI_SOC_THERMAL, MFD_PALMAS, REGULATOR_PALMAS, REGULATOR_PBIAS,
-    REGULATOR_TI_ABB, OMAP5_DSS_HDMI, DISPLAY_ENCODER_TPD12S015,
-    DISPLAY_CONNECTOR_HDMI, USB_DWC3_OMAP, EXTCON_PALMAS, TI_EMIF and DDR.
+    REGULATOR_TI_ABB, PINCTRL_PALMAS, GPIO_PALMAS, RTC_DRV_PALMAS,
+    OMAP5_DSS_HDMI, DISPLAY_ENCODER_TPD12S015, DISPLAY_CONNECTOR_HDMI,
+    USB_DWC3_OMAP, EXTCON_PALMAS, TI_EMIF and DDR.
     Based on a patch from Chen Baozi (Closes: #772953)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sat, 13 Dec 2014 11:45:48 +0000

Modified: dists/sid/linux/debian/config/armhf/config.armmp
==============================================================================
--- dists/sid/linux/debian/config/armhf/config.armmp	Sat Dec 13 12:20:44 2014	(r22194)
+++ dists/sid/linux/debian/config/armhf/config.armmp	Sat Dec 13 12:20:47 2014	(r22195)
@@ -184,6 +184,7 @@
 CONFIG_GPIO_PCA953X=m
 CONFIG_GPIO_TWL4030=y
 CONFIG_GPIO_TWL6040=y
+CONFIG_GPIO_PALMAS=y
 
 ##
 ## file: drivers/gpu/drm/Kconfig
@@ -590,6 +591,7 @@
 ## file: drivers/pinctrl/Kconfig
 ##
 CONFIG_PINCTRL_SINGLE=y
+CONFIG_PINCTRL_PALMAS=y
 
 ##
 ## file: drivers/pinctrl/vt8500/Kconfig
@@ -655,6 +657,7 @@
 CONFIG_RTC_DRV_MC13XXX=y
 CONFIG_RTC_DRV_MXC=y
 CONFIG_RTC_DRV_SNVS=y
+CONFIG_RTC_DRV_PALMAS=y
 
 ##
 ## file: drivers/scsi/Kconfig



More information about the Kernel-svn-changes mailing list