public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/9] Incorrect Kconfig dependencies
@ 2020-08-19  8:44 Michal Simek
  2020-08-19  8:44 ` [PATCH 1/9] pci: kconfig: Setup proper dependency for PCIE_ROCKCHIP Michal Simek
                   ` (8 more replies)
  0 siblings, 9 replies; 32+ messages in thread
From: Michal Simek @ 2020-08-19  8:44 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2020-09-23 12:25 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-19  8:44 [PATCH 0/9] Incorrect Kconfig dependencies Michal Simek
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox