diff options
| author | Andrey Gostev <fga022c@motorola.com> | 2014-03-05 00:12:23 -0500 | 
|---|---|---|
| committer | Andrey Gostev <fga022c@motorola.com> | 2014-03-18 18:00:02 -0400 | 
| commit | d277a137aec387f6bdf26fb39d33fb4da2dacca5 (patch) | |
| tree | 40da92363aa4bd6d2855c15efe96140afef0a356 | |
| parent | b69ab5f09a687d6514c1d328bd2b3847c0ff0c59 (diff) | |
| download | olio-linux-3.10-d277a137aec387f6bdf26fb39d33fb4da2dacca5.tar.xz olio-linux-3.10-d277a137aec387f6bdf26fb39d33fb4da2dacca5.zip | |
IKXCLOCK-377 defconfig: minnow: enable TI shared transport driver
Enable TI shared transport driver for communication with Bluetooth IC
Change-Id: I3814577ce7eb3eee629ca293c504d1c215babbef
Signed-off-by: Andrey Gostev <fga022c@motorola.com>
| -rw-r--r-- | arch/arm/configs/eng_minnow_defconfig | 4 | ||||
| -rw-r--r-- | arch/arm/configs/minnow_defconfig | 4 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/arch/arm/configs/eng_minnow_defconfig b/arch/arm/configs/eng_minnow_defconfig index 7dc3a687d50..756da0ad85c 100644 --- a/arch/arm/configs/eng_minnow_defconfig +++ b/arch/arm/configs/eng_minnow_defconfig @@ -981,8 +981,8 @@ CONFIG_MMI_FACTORY=y  #  # Texas Instruments shared transport line discipline  # -CONFIG_TI_ST=m -# CONFIG_ST_HCI is not set +CONFIG_TI_ST=y +CONFIG_ST_HCI=y  # CONFIG_SENSORS_LIS3_SPI is not set  # CONFIG_SENSORS_LIS3_I2C is not set diff --git a/arch/arm/configs/minnow_defconfig b/arch/arm/configs/minnow_defconfig index 761ec0d8f04..9b9c92a9a3d 100644 --- a/arch/arm/configs/minnow_defconfig +++ b/arch/arm/configs/minnow_defconfig @@ -993,8 +993,8 @@ CONFIG_MMI_FACTORY=y  #  # Texas Instruments shared transport line discipline  # -CONFIG_TI_ST=m -# CONFIG_ST_HCI is not set +CONFIG_TI_ST=y +CONFIG_ST_HCI=y  # CONFIG_SENSORS_LIS3_SPI is not set  # CONFIG_SENSORS_LIS3_I2C is not set |