From 6b3c7c39ff3daa2c78755720533d11c65ad45903 Mon Sep 17 00:00:00 2001 From: Marc Blassin Date: Tue, 15 Nov 2011 14:14:30 +0100 Subject: [PATCH] Telephony Port to Linux 3.0: HSI Kernel config BZ: 14473 This patch enable the HSI protocol driver in the kernel config. Signed-off-by: Marc Blassin modified: arch/x86/configs/i386_mfld_defconfig Change-Id: I058ed3a3638ea1b8182e37756fdb1532f02243cb Reviewed-on: http://android.intel.com:8080/24612 Reviewed-by: Gross, Mark Tested-by: Gross, Mark --- arch/x86/configs/i386_mfld_defconfig | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/arch/x86/configs/i386_mfld_defconfig b/arch/x86/configs/i386_mfld_defconfig index 86f4e7d..bdb9c2e 100644 --- a/arch/x86/configs/i386_mfld_defconfig +++ b/arch/x86/configs/i386_mfld_defconfig @@ -1045,25 +1045,25 @@ CONFIG_SPI_DW_PCI=y # # HSI driver # -#CONFIG_HSI=y +CONFIG_HSI=y # # HSI controllers # -#CONFIG_HSI_ARASAN=y -#CONFIG_HSI_ARASAN_CONFIG=y +CONFIG_HSI_ARASAN=y +CONFIG_HSI_ARASAN_CONFIG=y # # HSI clients # # CONFIG_HSI_CHAR is not set -#CONFIG_HSI_FFL_TTY=y -#CONFIG_HSI_FFL_TTY_NAME="IFX" -#CONFIG_HSI_FFL_TTY_FRAME_LENGTH=4096 -#CONFIG_HSI_FFL_TTY_HEADER_LENGTH=4 -#CONFIG_HSI_FFL_ENSURE_LAST_WORD_NULL=y -#CONFIG_HSI_FFL_TTY_CHANNEL=1 -#CONFIG_HSI_FFL_TTY_STATS=y +CONFIG_HSI_FFL_TTY=y +CONFIG_HSI_FFL_TTY_NAME="IFX" +CONFIG_HSI_FFL_TTY_FRAME_LENGTH=4096 +CONFIG_HSI_FFL_TTY_HEADER_LENGTH=4 +CONFIG_HSI_FFL_ENSURE_LAST_WORD_NULL=y +CONFIG_HSI_FFL_TTY_CHANNEL=1 +CONFIG_HSI_FFL_TTY_STATS=y # -- 2.7.4