From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Wed, 19 Aug 2020 10:44:14 +0200 Subject: [PATCH 0/9] Incorrect Kconfig dependencies Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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