public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [PATCH 0/9] Incorrect Kconfig dependencies
Date: Wed, 19 Aug 2020 10:44:14 +0200	[thread overview]
Message-ID: <cover.1597826658.git.michal.simek@xilinx.com> (raw)

Hi,

I wanted to take a look at running randconfig and I found that there are a
lot of issues in connection to setting up right dependencies.
This is visible when you run make randconfig and going through reported
issues.
I have created several patches to fix them. I am not quite sure if it is
more recommended to use more depends on instead of selecting missing
options. Please let me know what's the preferred way.

Thanks,
Michal


Michal Simek (9):
  pci: kconfig: Setup proper dependency for PCIE_ROCKCHIP
  cmd: Kconfig: Add missing dependency for cmd gpt
  cmd: Kconfig: Change dependency for CMD_ADC
  nand: Kconfig: Change dependency for NAND_ARASAN
  cmd: Kconfig: Change dependency of CMD_USB_SDP
  arc: Kconfig: Add missing DM dependency
  ARM: zynqmp: Fix SPL_DM_SPI dependencies
  cmd: Kconfig: Fix dependencies for CMD_USB_MASS_STORAGE
  env: Kconfig: Add missing dependency for ENV_IS_IN_EXT4

 arch/Kconfig                 | 1 +
 arch/arm/Kconfig             | 3 ++-
 cmd/Kconfig                  | 7 ++++---
 drivers/mtd/nand/raw/Kconfig | 2 +-
 drivers/pci/Kconfig          | 1 +
 env/Kconfig                  | 1 +
 6 files changed, 10 insertions(+), 5 deletions(-)

-- 
2.28.0

             reply	other threads:[~2020-08-19  8:44 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-19  8:44 Michal Simek [this message]
2020-08-19  8:44 ` [PATCH 1/9] pci: kconfig: Setup proper dependency for PCIE_ROCKCHIP Michal Simek
2020-08-19 12:26   ` Tom Rini
2020-08-28 12:53   ` Tom Rini
2020-08-19  8:44 ` [PATCH 2/9] cmd: Kconfig: Add missing dependency for cmd gpt Michal Simek
2020-08-19  8:46   ` Heinrich Schuchardt
2020-08-19  8:51     ` Michal Simek
2020-08-19  9:01       ` Heinrich Schuchardt
2020-08-19 12:25       ` Tom Rini
2020-08-19  8:44 ` [PATCH 3/9] cmd: Kconfig: Change dependency for CMD_ADC Michal Simek
2020-08-19 12:29   ` Tom Rini
2020-08-28 12:53   ` Tom Rini
2020-08-19  8:44 ` [PATCH 4/9] nand: Kconfig: Change dependency for NAND_ARASAN Michal Simek
2020-08-19 12:31   ` Tom Rini
2020-08-19 12:36     ` Michal Simek
2020-08-19 12:43       ` Tom Rini
2020-08-19 12:52         ` Michal Simek
2020-08-19 13:15           ` Tom Rini
2020-08-19 13:21             ` Michal Simek
2020-09-23 12:07   ` Michal Simek
2020-08-19  8:44 ` [PATCH 5/9] cmd: Kconfig: Change dependency of CMD_USB_SDP Michal Simek
2020-08-19 12:37   ` Tom Rini
2020-08-19  8:44 ` [PATCH 6/9] arc: Kconfig: Add missing DM dependency Michal Simek
2020-08-21 23:41   ` Simon Glass
2020-08-28 12:53   ` Tom Rini
2020-08-19  8:44 ` [PATCH 7/9] ARM: zynqmp: Fix SPL_DM_SPI dependencies Michal Simek
2020-09-23 12:25   ` Michal Simek
2020-08-19  8:44 ` [PATCH 8/9] cmd: Kconfig: Fix dependencies for CMD_USB_MASS_STORAGE Michal Simek
2020-08-19 12:38   ` Tom Rini
2020-08-19  8:44 ` [PATCH 9/9] env: Kconfig: Add missing dependency for ENV_IS_IN_EXT4 Michal Simek
2020-08-19 12:28   ` Tom Rini
2020-08-28 12:53   ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1597826658.git.michal.simek@xilinx.com \
    --to=michal.simek@xilinx.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox