diff options
author | Anantha Idapalapati <aidapalapati@nvidia.com> | 2010-08-10 09:29:29 +0530 |
---|---|---|
committer | Varun Colbert <vcolbert@nvidia.com> | 2011-02-22 18:22:10 -0800 |
commit | a18784e6928701cce8623f0dba1dde4900ab909a (patch) | |
tree | 76dae514e84c8182a7c40d2635e4a1aef9f201c1 | |
parent | 4fbf2cbd4e75927e21212d439fc4b437822b6aab (diff) |
tegra bluesleep : enabling bluetooth active power management driver.
Bluesleep driver manages the power of BT chip. now enabling the driver
in the default build of ventana.
Bug 791669, 773186
(cherry picked from commit 9e75f8c8a105bc82f280eeed4284a1bf8779b048)
Change-Id: Id5f72e1218136522a431c5f8cc099a5e060c2933
Reviewed-on: http://git-master/r/6852
(cherry picked from commit 45d7c2cddc1939e447e7bb974147cb299238c4e8)
(cherry picked from commit 4bb81ffdae9a2df688eff4197477f7801b107a25)
Reviewed-on: http://git-master/r/19879
Reviewed-by: Varun Colbert <vcolbert@nvidia.com>
Tested-by: Varun Colbert <vcolbert@nvidia.com>
-rw-r--r-- | arch/arm/configs/tegra_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index 73e40b1424ac..c4b8f61d2576 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.36.3 -# Mon Feb 14 14:37:14 2011 +# Thu Feb 17 15:03:04 2011 # CONFIG_ARM=y CONFIG_HAVE_PWM=y @@ -767,6 +767,7 @@ CONFIG_BT_HCIUART_H4=y # CONFIG_BT_HCIUART_ATH3K is not set CONFIG_BT_HCIUART_LL=y # CONFIG_BT_HCIBCM203X is not set +CONFIG_BT_BLUESLEEP=y # CONFIG_BT_HCIBPA10X is not set # CONFIG_BT_HCIBFUSB is not set # CONFIG_BT_HCIVHCI is not set |