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-09-26 17:13:00 +0400
commit00b9d52efeead62ff6b40aad91f2941f6f856a57 (patch)
treed075c566bff4f323f159cba71247d7099529ccd9
parent1a6e351b83d1ec6395d4131e07a88b6b129e24f8 (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