summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhangfei Gao <zhangfei.gao@linaro.org>2013-11-13 10:33:24 +0800
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-01-28 23:53:09 +0400
commit49036b1588080b109bb5cdf254565807df019f80 (patch)
treea7a2da36f3ad63e9f4c3368da3aa01a4b3d2aab9
parentf8700f6973cee56618f782e5927eb989100058ce (diff)
ARM: config: update hi3xxx.conf
Update hi3xxx.conf for Hisilicon SoC. It's based on multi_v7.conf. In order to get the final .config file, we need execute the command in below. scripts/kconfig/merge_config.sh linaro/configs/multi_v7.conf linaro/configs/hi3xxx.conf Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org> Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org> Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
-rw-r--r--linaro/configs/hi3xxx.conf11
1 files changed, 9 insertions, 2 deletions
diff --git a/linaro/configs/hi3xxx.conf b/linaro/configs/hi3xxx.conf
index b6f67286603..0c46b02c842 100644
--- a/linaro/configs/hi3xxx.conf
+++ b/linaro/configs/hi3xxx.conf
@@ -1,4 +1,6 @@
CONFIG_ARCH_HI3xxx=y
+CONFIG_SMP=y
+CONFIG_HOTPLUG_CPU=y
CONFIG_MFD_HI6421_PMIC=y
CONFIG_REGULATOR_HI6421=y
CONFIG_MMC_DW=y
@@ -7,5 +9,10 @@ CONFIG_MMC_DW_PLTFM=y
CONFIG_MMC_DW_K3=y
CONFIG_MMC_BLOCK_MINORS=32
CONFIG_K3_DMA=y
-CONFIG_CPU_IDLE=n
-CONFIG_THUMB2_KERNEL=n
+CONFIG_INPUT_TOUCHSCREEN=y
+CONFIG_TOUCHSCREEN_MXT224E=y
+CONFIG_INPUT_EVDEV=y
+CONFIG_INPUT_MISC=y
+CONFIG_INPUT_HI6421_ONKEY=y
+CONFIG_RTC_DRV_HI6421=y
+# CONFIG_THUMB2_KERNEL is not set