Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753473AbbBYLt6 (ORCPT ); Wed, 25 Feb 2015 06:49:58 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:52786 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751866AbbBYLt4 (ORCPT ); Wed, 25 Feb 2015 06:49:56 -0500 From: Ezequiel Garcia To: Thierry Reding , Stephen Warren , Arnd Bergmann , Maxime Ripard , Andrew Bresticker , James Hartley CC: , , Ezequiel Garcia , Alexandre Courbot Subject: [PATCH 5/7] ARM: tegra: Make sure efuse is always selected Date: Wed, 25 Feb 2015 08:47:30 -0300 Message-ID: <1424864850-3466-1-git-send-email-ezequiel.garcia@imgtec.com> X-Mailer: git-send-email 2.3.0 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.100.200.222] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1015 Lines: 31 After the introduction of the efuse subsystem, platforms are now required to select the efuse support explicitly. Cc: Stephen Warren Cc: Thierry Reding Cc: Alexandre Courbot Signed-off-by: Ezequiel Garcia --- arch/arm/mach-tegra/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index 5d1a318..114ea4e 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig @@ -11,6 +11,7 @@ menuconfig ARCH_TEGRA select ARCH_HAS_RESET_CONTROLLER select RESET_CONTROLLER select SOC_BUS + select EFUSE_TEGRA select USB_ULPI if USB_PHY select USB_ULPI_VIEWPORT if USB_PHY help -- 2.3.0 -- 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/