diff options
-rw-r--r-- | config-armv7 | 2 | ||||
-rw-r--r-- | kernel.spec | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/config-armv7 b/config-armv7 index 3fd95ee46..ef3ab60d6 100644 --- a/config-armv7 +++ b/config-armv7 @@ -308,6 +308,8 @@ CONFIG_TI_DAVINCI_MDIO=m CONFIG_TI_CPSW=m CONFIG_TI_CPSW_PHY_SEL=y # CONFIG_TI_CPTS is not set +# Needed for BBone White +CONFIG_REGULATOR_TPS65217=y CONFIG_TI_EMIF=m CONFIG_DRM_TILCDC=m CONFIG_SPI_DAVINCI=m diff --git a/kernel.spec b/kernel.spec index 8472507b1..36038e508 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2068,8 +2068,9 @@ fi # ||----w | # || || %changelog -* Sun Mar 23 2014 Peter Robinson <pbrobinson@fedoraproject.org> +* Mon Mar 24 2014 Peter Robinson <pbrobinson@fedoraproject.org> - Update some generic ARM config options +- Build in TPS65217 for ARM non lpae kernels (fixes BBW booting) * Fri Mar 21 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.14.0-0.rc7.git2.1 - Linux v3.14-rc7-59-g08edb33 |