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 B8A38C433F5 for ; Thu, 24 Mar 2022 21:19:05 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 828A384130; Thu, 24 Mar 2022 22:18:31 +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 E070884124; Thu, 24 Mar 2022 22:18:19 +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 55BE08412C for ; Thu, 24 Mar 2022 22:18:17 +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 bp39so5028754qtb.6 for ; Thu, 24 Mar 2022 14:18:17 -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=xXuMrfDGxxIPLwrTWJHIfL3yBMOl5RGEmmdCBxgX7vw=; b=HbgQ7W1Ts7vE2v+GzWGdnV+Ez6MJlPAXkR71XV1pZiy7H0U3O872cQYMt4Zt2R5quH ElyYckeGbv9ynJOEtjlkRWXYrLQwCMSLb2fkr5XA3BS9AoMPXJolMRB5/W/CfBxP66zf hhGZX55ZXRaDa4DZAbC7weKE9YGiUmgOoezcnoZUo3cfz0GZQwK4jXBsiJmI9eHSAfjA qEVlO4vJUgF7hvPXVImfzlih0snVh9TVuMHyERXalVJkn131187JXLmsavy7xAs8OkMA 32du5zcx7E8LqYbMkYdmeuN+uqfPQDRAZeKkDJ4whh27GR7laqFCENu2b7kUn7sN2pkf 3r2w== X-Gm-Message-State: AOAM530CuquepGGmBeiCy5PmqQTmFW50wRiz/x3dhezeb8xCntGhh4PI y6gpB9RQUYLT0qqNiuskES69Hriu6Q== X-Google-Smtp-Source: ABdhPJy1Sf8E9xziTijha+tVsQsteDwb6KPrT5a2pJqeUF6hLVopd7HRcWchXrJohor7HyRNMTvO7Q== X-Received: by 2002:a05:622a:1012:b0:2e1:e7f3:5c89 with SMTP id d18-20020a05622a101200b002e1e7f35c89mr6312799qte.550.1648156696093; Thu, 24 Mar 2022 14:18:16 -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.15 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Mar 2022 14:18:15 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 07/11] Convert CONFIG_SRIO_PCIE_BOOT_SLAVE to Kconfig Date: Thu, 24 Mar 2022 17:18:02 -0400 Message-Id: <20220324211806.1553189-7-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 This converts the following to Kconfig: CONFIG_SRIO_PCIE_BOOT_SLAVE Signed-off-by: Tom Rini --- board/freescale/t208xqds/Kconfig | 3 +++ configs/T2080QDS_SRIO_PCIE_BOOT_defconfig | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/board/freescale/t208xqds/Kconfig b/board/freescale/t208xqds/Kconfig index f65d8eed542f..58a31b65278e 100644 --- a/board/freescale/t208xqds/Kconfig +++ b/board/freescale/t208xqds/Kconfig @@ -9,6 +9,9 @@ config SYS_VENDOR config SYS_CONFIG_NAME default "T208xQDS" +config SRIO_PCIE_BOOT_SLAVE + bool "Boot as a SRIO PCIe slave device" + source "board/freescale/common/Kconfig" endif diff --git a/configs/T2080QDS_SRIO_PCIE_BOOT_defconfig b/configs/T2080QDS_SRIO_PCIE_BOOT_defconfig index cfc5f80a735f..af8e73a91687 100644 --- a/configs/T2080QDS_SRIO_PCIE_BOOT_defconfig +++ b/configs/T2080QDS_SRIO_PCIE_BOOT_defconfig @@ -10,12 +10,12 @@ CONFIG_VOL_MONITOR_IR36021_SET=y CONFIG_MPC85xx=y CONFIG_TARGET_T2080QDS=y CONFIG_MPC85XX_HAVE_RESET_VECTOR=y +CONFIG_SRIO_PCIE_BOOT_SLAVE=y CONFIG_MP=y CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_OF_BOARD_SETUP=y CONFIG_OF_STDOUT_VIA_ALIAS=y -CONFIG_SYS_EXTRA_OPTIONS="SRIO_PCIE_BOOT_SLAVE" CONFIG_DYNAMIC_SYS_CLK_FREQ=y CONFIG_BOOTDELAY=10 CONFIG_USE_BOOTCOMMAND=y -- 2.25.1