Commit 339d423a authored by Randy Dunlap's avatar Randy Dunlap Committed by sanglipeng
Browse files

platform: x86: MLX_PLATFORM: select REGMAP instead of depending on it

stable inclusion
from stable-v5.10.175
commit 93367126f68cd66359bbc81c3e9f6fda93701099
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I8711T

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=93367126f68cd66359bbc81c3e9f6fda93701099



--------------------------------

[ Upstream commit 7e7e1541 ]

REGMAP is a hidden (not user visible) symbol. Users cannot set it
directly thru "make *config", so drivers should select it instead of
depending on it if they need it.

Consistently using "select" or "depends on" can also help reduce
Kconfig circular dependency issues.

Therefore, change the use of "depends on REGMAP" to "select REGMAP".

Fixes: ef0f6226 ("platform/x86: mlx-platform: Add physical bus number auto detection")
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: Vadim Pasternak <vadimp@mellanox.com>
Cc: Darren Hart <dvhart@infradead.org>
Cc: Hans de Goede <hdegoede@redhat.com>
Cc: Mark Gross <markgross@kernel.org>
Cc: platform-driver-x86@vger.kernel.org
Link: https://lore.kernel.org/r/20230226053953.4681-7-rdunlap@infradead.org


Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Reviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
Signed-off-by: default avatarsanglipeng <sanglipeng1@jd.com>
parent 866bac9e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1210,7 +1210,8 @@ config I2C_MULTI_INSTANTIATE

config MLX_PLATFORM
	tristate "Mellanox Technologies platform support"
	depends on I2C && REGMAP
	depends on I2C
	select REGMAP
	help
	  This option enables system support for the Mellanox Technologies
	  platform. The Mellanox systems provide data center networking