All of lore.kernel.org
 help / color / mirror / Atom feed
From: Damien Le Moal <damien.lemoal@opensource.wdc.com>
To: 孙滢 <sunying@nj.iscas.ac.cn>,
	linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org,
	greybus-dev@lists.linaro.org,
	"Linux ARM" <linux-arm-kernel@lists.infradead.org>,
	linux-mips@vger.kernel.org
Subject: Re: Multiple undefined configuration options are dependent in Kconfig under the v6.3-rc4 drivers directory
Date: Thu, 30 Mar 2023 07:34:58 +0900	[thread overview]
Message-ID: <18c3fbb4-59db-d508-ddd6-080cc8944b39@opensource.wdc.com> (raw)
In-Reply-To: <bc6c86d.11bb9.1872c5aa2cb.Coremail.sunying@nj.iscas.ac.cn>

On 3/29/23 16:52, 孙滢 wrote:
> It has been discovered that the following configuration options are undefined in the current latest version, v6.3-rc4, yet they are being relied upon by other configuration options in multiple Kconfig files:
> 
> MIPS_BAIKAL_T1 is undefined, used as a 'depends on' condition in multiple files such as drivers/ata/Kconfig, drivers/hwmon/Kconfig, drivers/bus/Kconfig, and drivers/memory/Kconfig.
> MFD_MAX597X is undefined, used as a 'depends on' condition in Kconfig file drivers/regulator/Kconfig.
> MFD_SM5703 is undefined, used as a 'depends on' condition in Kconfig file drivers/regulator/Kconfig.
> ARCH_THUNDERBAY is undefined, used as a 'depends on' condition in Kconfig files drivers/pinctrl/Kconfig and drivers/phy/intel/Kconfig.
> ARCH_BCM4908 is undefined, used as a 'depends on' condition in Kconfig file drivers/leds/blink/Kconfig.
> MFD_TN48M_CPLD is undefined, used as a 'depends on' condition in Kconfig files drivers/gpio/Kconfig and drivers/reset/Kconfig. 
> USB_HSIC_USB3613 is undefined, used as a 'depends on' condition in drivers/staging/greybus/Kconfig and drivers/staging/greybus/arche-platform.c.
> 
> If these 7 configuration options are deprecated, it is recommended to remove the dependencies on them in the Kconfig files. 
> If they are still useful, it is recommended to define them.

+ linux-arm & linux-mips

What about you send patches to fix this ?

> 
> 
> Best regards,
> Ying Sun
> Pengpeng Hou
> Yanjie Ren

-- 
Damien Le Moal
Western Digital Research


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Damien Le Moal <damien.lemoal@opensource.wdc.com>
To: 孙滢 <sunying@nj.iscas.ac.cn>,
	linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org,
	greybus-dev@lists.linaro.org,
	"Linux ARM" <linux-arm-kernel@lists.infradead.org>,
	linux-mips@vger.kernel.org
Subject: Re: Multiple undefined configuration options are dependent in Kconfig under the v6.3-rc4 drivers directory
Date: Thu, 30 Mar 2023 07:34:58 +0900	[thread overview]
Message-ID: <18c3fbb4-59db-d508-ddd6-080cc8944b39@opensource.wdc.com> (raw)
In-Reply-To: <bc6c86d.11bb9.1872c5aa2cb.Coremail.sunying@nj.iscas.ac.cn>

On 3/29/23 16:52, 孙滢 wrote:
> It has been discovered that the following configuration options are undefined in the current latest version, v6.3-rc4, yet they are being relied upon by other configuration options in multiple Kconfig files:
> 
> MIPS_BAIKAL_T1 is undefined, used as a 'depends on' condition in multiple files such as drivers/ata/Kconfig, drivers/hwmon/Kconfig, drivers/bus/Kconfig, and drivers/memory/Kconfig.
> MFD_MAX597X is undefined, used as a 'depends on' condition in Kconfig file drivers/regulator/Kconfig.
> MFD_SM5703 is undefined, used as a 'depends on' condition in Kconfig file drivers/regulator/Kconfig.
> ARCH_THUNDERBAY is undefined, used as a 'depends on' condition in Kconfig files drivers/pinctrl/Kconfig and drivers/phy/intel/Kconfig.
> ARCH_BCM4908 is undefined, used as a 'depends on' condition in Kconfig file drivers/leds/blink/Kconfig.
> MFD_TN48M_CPLD is undefined, used as a 'depends on' condition in Kconfig files drivers/gpio/Kconfig and drivers/reset/Kconfig. 
> USB_HSIC_USB3613 is undefined, used as a 'depends on' condition in drivers/staging/greybus/Kconfig and drivers/staging/greybus/arche-platform.c.
> 
> If these 7 configuration options are deprecated, it is recommended to remove the dependencies on them in the Kconfig files. 
> If they are still useful, it is recommended to define them.

+ linux-arm & linux-mips

What about you send patches to fix this ?

> 
> 
> Best regards,
> Ying Sun
> Pengpeng Hou
> Yanjie Ren

-- 
Damien Le Moal
Western Digital Research


  reply	other threads:[~2023-03-29 22:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-29  7:52 Multiple undefined configuration options are dependent in Kconfig under the v6.3-rc4 drivers directory 孙滢
2023-03-29 22:34 ` Damien Le Moal [this message]
2023-03-29 22:34   ` Damien Le Moal
2023-04-10 23:40   ` Serge Semin
2023-04-10 23:40     ` Serge Semin
2023-04-14  8:18     ` Jiaxun Yang
2023-04-21 13:19       ` Serge Semin

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=18c3fbb4-59db-d508-ddd6-080cc8944b39@opensource.wdc.com \
    --to=damien.lemoal@opensource.wdc.com \
    --cc=greybus-dev@lists.linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=sunying@nj.iscas.ac.cn \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.