From 7703eb672bf21cc5a855bcdd2ee12d7b01e6640d Mon Sep 17 00:00:00 2001 From: Zhangfei Gao Date: Wed, 13 Nov 2013 10:33:24 +0800 Subject: ARM: config: add hi3xxx.conf Add 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 Signed-off-by: Haojian Zhuang Signed-off-by: Guodong Xu --- linaro/configs/hi3xxx.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 linaro/configs/hi3xxx.conf diff --git a/linaro/configs/hi3xxx.conf b/linaro/configs/hi3xxx.conf new file mode 100644 index 000000000000..0c46b02c842c --- /dev/null +++ b/linaro/configs/hi3xxx.conf @@ -0,0 +1,18 @@ +CONFIG_ARCH_HI3xxx=y +CONFIG_SMP=y +CONFIG_HOTPLUG_CPU=y +CONFIG_MFD_HI6421_PMIC=y +CONFIG_REGULATOR_HI6421=y +CONFIG_MMC_DW=y +CONFIG_MMC_DW_IDMAC=y +CONFIG_MMC_DW_PLTFM=y +CONFIG_MMC_DW_K3=y +CONFIG_MMC_BLOCK_MINORS=32 +CONFIG_K3_DMA=y +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 -- cgit v1.2.3