From f27ac5e2ab2838aeedc239f65ecc4fec8a652fa6 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 --- linaro/configs/hi3xxx.conf | 14 ++++++++++++++ 1 file changed, 14 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..44dae9922a3e --- /dev/null +++ b/linaro/configs/hi3xxx.conf @@ -0,0 +1,14 @@ +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_THUMB2_KERNEL is not set -- cgit v1.2.3