From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 530A4C433F5 for ; Thu, 24 Mar 2022 21:18:55 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 87CA384139; Thu, 24 Mar 2022 22:18:29 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 4E28684117; Thu, 24 Mar 2022 22:18:18 +0100 (CET) Received: from mail-qt1-f179.google.com (mail-qt1-f179.google.com [209.85.160.179]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id EF20884116 for ; Thu, 24 Mar 2022 22:18:15 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=tom.rini@gmail.com Received: by mail-qt1-f179.google.com with SMTP id d15so5024273qty.8 for ; Thu, 24 Mar 2022 14:18:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=OC7IEjQNS1asAixNrLcV+kKHKv8OG7ovrDxTEoEOG18=; b=G+/Rojq643yQhLcpIDILiZCuql5BaouhpoLKVyYyI0pQ3G5fZR1Hxtb6y0ZbXpQUuZ Gs5jBgAn8xzu3nlgSsXvHbYd60VjHs7CiUBU4qfVSOVz86dMMEfV+wLYRn6w6ROQafLo rjtPae2dNYcUMojkYvA+o5kZQupu0JCdZnKguiArBI2eMi+2ijD//Kt9+beS1dxmP45V VVRR/zL7TaFSZaeTiNCHZn6jElHV23CNAoYf5FhRvke2WclSfWcbD1Ys2FPDR7t+1MzQ 4ZfsPccCzxy0QsIrSiMD3vFMxEQwUhKpVxFp7aipzihM4GouBMskGCYEG/Gn4GLXHinw 6ETw== X-Gm-Message-State: AOAM530xvfRfGcIlRiRMiBtL/7S6GvEYSyA621xnd/pZylYF91Mf2/qo QMr7Wn7Yoy2biPkExihG1hiysXXRlg== X-Google-Smtp-Source: ABdhPJzK4Xm8s+zp+Hth5GR/tXLMjWiuyAlITwXl/5oVDs/s9w9SsAGXIbB64OjpBkg9FIl4LRND3Q== X-Received: by 2002:ac8:5e10:0:b0:2e1:cb3e:bb87 with SMTP id h16-20020ac85e10000000b002e1cb3ebb87mr6453142qtx.4.1648156694712; Thu, 24 Mar 2022 14:18:14 -0700 (PDT) Received: from bill-the-cat.lan (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id r7-20020ac85c87000000b002e234014a1fsm3262494qta.81.2022.03.24.14.18.13 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Mar 2022 14:18:14 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 05/11] mx53loco: Convert CONFIG_DIALOG_POWER to Kconfig Date: Thu, 24 Mar 2022 17:18:00 -0400 Message-Id: <20220324211806.1553189-5-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220324211806.1553189-1-trini@konsulko.com> References: <20220324211806.1553189-1-trini@konsulko.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean Signed-off-by: Tom Rini --- board/freescale/mx53loco/Kconfig | 3 +++ include/configs/mx53loco.h | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/board/freescale/mx53loco/Kconfig b/board/freescale/mx53loco/Kconfig index a690a601ac0e..5dcdcd9f725e 100644 --- a/board/freescale/mx53loco/Kconfig +++ b/board/freescale/mx53loco/Kconfig @@ -1,5 +1,8 @@ if TARGET_MX53LOCO +config DIALOG_POWER + def_bool y + config SYS_BOARD default "mx53loco" diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 8a0324e1ad85..43455aa531ff 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -23,7 +23,6 @@ #define CONFIG_MXC_USB_FLAGS 0 /* PMIC Controller */ -#define CONFIG_DIALOG_POWER #define CONFIG_POWER_FSL #define CONFIG_POWER_FSL_MC13892 #define CONFIG_SYS_DIALOG_PMIC_I2C_ADDR 0x48 -- 2.25.1