summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2013-05-06 22:09:55 +0100
committerPeter Robinson <pbrobinson@gmail.com>2013-05-06 22:09:55 +0100
commitadb4e1f91efad029494ee597ad6b011afe65d3f8 (patch)
tree26d6d51d77c715dcbb024eb28f84b5d11b2c685f
parent5bfe7a1bb1560f77c5f690c0ded61e0b0f1f4a8d (diff)
downloadkernel-adb4e1f91efad029494ee597ad6b011afe65d3f8.tar.gz
kernel-adb4e1f91efad029494ee597ad6b011afe65d3f8.tar.xz
kernel-adb4e1f91efad029494ee597ad6b011afe65d3f8.zip
Enable TPS65217 (am33xx) and EC on ChromeOS devices
-rw-r--r--config-armv73
-rw-r--r--config-armv7-lpae6
-rw-r--r--kernel.spec3
3 files changed, 12 insertions, 0 deletions
diff --git a/config-armv7 b/config-armv7
index b381b2892..54e8affa7 100644
--- a/config-armv7
+++ b/config-armv7
@@ -135,6 +135,9 @@ CONFIG_TI_DAVINCI_CPDMA=m
CONFIG_TI_CPSW=m
CONFIG_TI_CPTS=y
CONFIG_TI_EMIF=m
+CONFIG_MFD_TPS65217=m
+CONFIG_REGULATOR_TPS65217=m
+CONFIG_BACKLIGHT_TPS65217=m
CONFIG_SERIAL_OMAP=y
CONFIG_SERIAL_OMAP_CONSOLE=y
diff --git a/config-armv7-lpae b/config-armv7-lpae
index ec1d132b3..a5d31617a 100644
--- a/config-armv7-lpae
+++ b/config-armv7-lpae
@@ -97,3 +97,9 @@ CONFIG_MMC_DW=y
CONFIG_MMC_DW_PLTFM=y
CONFIG_MMC_DW_PCI=y
CONFIG_MMC_DW_EXYNOS=y
+
+# Chromebook
+CONFIG_MFD_CROS_EC=m
+CONFIG_MFD_CROS_EC_I2C=m
+CONFIG_MFD_CROS_EC_SPI=m
+CONFIG_KEYBOARD_CROS_EC=m
diff --git a/kernel.spec b/kernel.spec
index 714794d92..41caf1d67 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2240,6 +2240,9 @@ fi
# ||----w |
# || ||
%changelog
+* Mon May 6 2013 Peter Robinson <pbrobinson@fedoraproject.org>
+- Enable TPS65217 (am33xx) and EC on ChromeOS devices
+
* Mon May 06 2013 Josh Boyer <jwboyer@redhat.com>
- Don't remove headers explicitly exported via UAPI (rhbz 959467)