Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751489AbaDUFRi (ORCPT ); Mon, 21 Apr 2014 01:17:38 -0400 Received: from nasmtp02.atmel.com ([204.2.163.16]:34579 "EHLO SJOEDG01.corp.atmel.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751199AbaDUFRg (ORCPT ); Mon, 21 Apr 2014 01:17:36 -0400 X-Greylist: delayed 310 seconds by postgrey-1.27 at vger.kernel.org; Mon, 21 Apr 2014 01:17:36 EDT From: Wenyou Yang To: , CC: , , Subject: [PATCH] defconfig: sama5_defconfig: updated Date: Mon, 21 Apr 2014 13:05:27 +0800 Message-ID: <1398056727-21339-1-git-send-email-wenyou.yang@atmel.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org due to enabling -- CONFIG_REGULATOR -- CONFIG_REGULATOR_ACT8865 Signed-off-by: Wenyou Yang --- Hi Nicolas, The patch is based on the branch: at91-3.10-dt git://github.com/at91linux/linux-at91.git Best Regards, Wenyou Yang arch/arm/configs/sama5_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig index dc3881e..2b9891e 100644 --- a/arch/arm/configs/sama5_defconfig +++ b/arch/arm/configs/sama5_defconfig @@ -201,3 +201,5 @@ CONFIG_CRYPTO_DEV_ATMEL_TDES=y CONFIG_CRYPTO_DEV_ATMEL_SHA=y CONFIG_CRC_CCITT=m CONFIG_CRC_ITU_T=m +CONFIG_REGULATOR=y +CONFIG_REGULATOR_ACT8865=y -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/