diff options
author | Joonyoung Shim <jy0922.shim@samsung.com> | 2014-03-08 14:04:57 +0900 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:47:11 +0900 |
commit | 3dd376f537cfea718e34b5f95ae81007b4b7c42e (patch) | |
tree | e3bed900fe2fbe0cd12eef75f5e492531a2d025f /arch | |
parent | 857479063a7690b3238f7f040784b9ad874c6ccd (diff) | |
download | linux-3.10-3dd376f537cfea718e34b5f95ae81007b4b7c42e.tar.gz linux-3.10-3dd376f537cfea718e34b5f95ae81007b4b7c42e.tar.bz2 linux-3.10-3dd376f537cfea718e34b5f95ae81007b4b7c42e.zip |
ARM: odroidx2: update defconfig to enable ANDROID_LOGGER
ANDROID_LOGGER needs to use dlogutil at tizen.
Change-Id: Ibcad389c6edf8216441948931e9733aa45b04aa1
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/tizen_odroidx2_defconfig | 39 |
1 files changed, 38 insertions, 1 deletions
diff --git a/arch/arm/configs/tizen_odroidx2_defconfig b/arch/arm/configs/tizen_odroidx2_defconfig index 0a8cce03f87..7c4d7aa6fbd 100644 --- a/arch/arm/configs/tizen_odroidx2_defconfig +++ b/arch/arm/configs/tizen_odroidx2_defconfig @@ -2384,7 +2384,44 @@ CONFIG_DMA_OF=y # # Microsoft Hyper-V guest support # -# CONFIG_STAGING is not set +CONFIG_STAGING=y +# CONFIG_USBIP_CORE is not set +# CONFIG_ECHO is not set +# CONFIG_COMEDI is not set +# CONFIG_ASUS_OLED is not set +# CONFIG_RTLLIB is not set +# CONFIG_R8712U is not set +# CONFIG_RTS5139 is not set +# CONFIG_TRANZPORT is not set +# CONFIG_VT6656 is not set +# CONFIG_ZSMALLOC is not set +# CONFIG_USB_ENESTORAGE is not set +# CONFIG_BCM_WIMAX is not set +# CONFIG_FT1000 is not set + +# +# Speakup console speech +# +# CONFIG_SPEAKUP is not set +# CONFIG_TOUCHSCREEN_CLEARPAD_TM1217 is not set +# CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4 is not set +# CONFIG_STAGING_MEDIA is not set + +# +# Android +# +CONFIG_ANDROID=y +# CONFIG_ANDROID_BINDER_IPC is not set +# CONFIG_ASHMEM is not set +CONFIG_ANDROID_LOGGER=y +# CONFIG_ANDROID_TIMED_OUTPUT is not set +# CONFIG_ANDROID_LOW_MEMORY_KILLER is not set +# CONFIG_ANDROID_INTF_ALARM_DEV is not set +# CONFIG_SYNC is not set +# CONFIG_USB_WPAN_HCD is not set +# CONFIG_WIMAX_GDM72XX is not set +# CONFIG_CED1401 is not set +# CONFIG_DGRP is not set CONFIG_CLKDEV_LOOKUP=y CONFIG_HAVE_CLK_PREPARE=y CONFIG_COMMON_CLK=y |