From patchwork Thu Jan 23 06:15:25 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olliver Schinagl X-Patchwork-Id: 1227617 X-Patchwork-Delegate: monstr@monstr.eu Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=85.214.62.61; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=schinagl.nl Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=schinagl.nl header.i=@schinagl.nl header.a=rsa-sha256 header.s=7of9 header.b=ZcJxF/NT; dkim-atps=neutral Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 483Bpc73xSz9sSL for ; Thu, 23 Jan 2020 17:15:36 +1100 (AEDT) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 625B68177B; Thu, 23 Jan 2020 07:15:32 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=schinagl.nl Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=schinagl.nl header.i=@schinagl.nl header.b="ZcJxF/NT"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id BD9FB8179E; Thu, 23 Jan 2020 07:15:30 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,SPF_HELO_NONE,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from 7of9.schinagl.nl (7of9.schinagl.nl [62.251.20.244]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 41DFB81770 for ; Thu, 23 Jan 2020 07:15:27 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=schinagl.nl Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=oliver@schinagl.nl Received: from localhost (7of9.are-b.org [127.0.0.1]) by 7of9.schinagl.nl (Postfix) with ESMTP id 3AEA812D0436; Thu, 23 Jan 2020 07:15:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=schinagl.nl; s=7of9; t=1579760127; bh=uxFW0jDTIWuCMhEpBGE2xOu7dQuynKuY9SdEYlwDq0w=; h=From:To:Cc:Subject:Date; b=ZcJxF/NTSMCO9T5ix7WSkWeB0ZRalHI6IBytsLoWXgzWfiWAX4F4ZoXxGOIW28yN+ IFWZTZpYMIZcUiehRCmivWEiQBF17wQmoreSYkohhHxAIHgLL+P5AuTzu6LGahw9E5 r9MdLS8Vf8NBiwO0yoiDI/EZVv8Taihc9QiBoxTs= Received: from 7of9.schinagl.nl ([127.0.0.1]) by localhost (7of9.schinagl.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id bmclEwjoQwgC; Thu, 23 Jan 2020 07:15:26 +0100 (CET) Received: from 3of9.are-b.org (unknown [10.2.11.23]) by 7of9.schinagl.nl (Postfix) with ESMTP id 6D2A812D042E; Thu, 23 Jan 2020 07:15:26 +0100 (CET) From: Olliver Schinagl To: Michal Simek Subject: [PATCH] Kconfig/fpgad: Add dependencies Date: Thu, 23 Jan 2020 07:15:25 +0100 Message-Id: <20200123061525.15370-1-oliver@schinagl.nl> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.26 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Olliver Schinagl , u-boot@lists.denx.de, Olliver Schinagl Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.101.4 at phobos.denx.de X-Virus-Status: Clean Until the fpgad command is converted to driver model; it will depend on some drivers to implement said features. cmd/built-in.o: In function `do_fpga_md': cmd/fpgad.c:73: undefined reference to `fpga_get_reg' cmd/fpgad.c:85: undefined reference to `fpga_ptr' Signed-off-by: Olliver Schinagl --- cmd/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/Kconfig b/cmd/Kconfig index 6e1efaaf85..0925236c0c 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -924,6 +924,7 @@ config CMD_FPGA_LOAD_SECURE config CMD_FPGAD bool "fpgad - dump FPGA registers" + depends on HRCON || STRIDER help (legacy, needs conversion to driver model) Provides a way to dump FPGA registers by calling the board-specific