mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 04:00:53 +07:00
Update extcon for v5.1-rc4
Detailed description for this pull request: 1. Fix the build issue of extcon-ptn5150.c driver by editing the module dependency in Kconfig. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJcpquPAAoJEJzN3yze689TOIEP/1u+BUR1d22gZ00W3r9Nf46Z c2lFXEhddDQ5/VLiYlkZluSsSEvcsdvM7uMVgquvEzrwRipPyCSu1AubuXOdBPZe FuwSA2vXrLcrKob6OYQhgMW5g+f3u5qwWa5ZezXVLTamQuLy1ahRWBiVgilz5oBV fc/gqYOzSLoeYtlEL+zUccZOCYAtOnMhnFxFWN6MnD8wlwlv5+vn1iFsHk+L6WLg 4Hz0tU503adDJFWLiezTPsI3dhrUftOQvgwQCd+y71lkXeV1PZLE5NJP5g5tFp2k YwdoKyNGF+BLajKND/cCimpzLCt58v05uFRMa3eH9G9r1DAJ9499WnXLnc2IiLxA ZMc7zBKIdLLivsg3nQIpei+uMzQA7RH3b+rIgnUd+SHqV+8LXQrBUAKWsnCqbrYo 1/ou804G9KlMw9+Ttamxpge7uCHmadTU6aoJTww0ZQF+3p++WtgHtM/cAPi0UVoP EkUGiiKBvsFFEK7gB2m0zazPdZNTlHgkO3U7TUtlV1BuJjE3Ahcerw29a5/75CXC C0efg/V89k85LxHHDh5L6m6PqVHNA1RQsggVX9lGLXqEbPvNJZPyGEf+pzcHnpEQ k/xLeq3/1JciUjFeGb5JE8htYTbXa0dWgW/TxicxyeO96WwLlcAMFX9LIeJKAqeV XyttW10rOKUYlA/BfzdP =Ns4G -----END PGP SIGNATURE----- Merge tag 'extcon-fixes-for-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-linus Chanwoo writes: Update extcon for v5.1-rc4 Detailed description for this pull request: 1. Fix the build issue of extcon-ptn5150.c driver by editing the module dependency in Kconfig. * tag 'extcon-fixes-for-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon: extcon: ptn5150: fix COMPILE_TEST dependencies
This commit is contained in:
commit
bb0925b283
@ -116,7 +116,7 @@ config EXTCON_PALMAS
|
||||
|
||||
config EXTCON_PTN5150
|
||||
tristate "NXP PTN5150 CC LOGIC USB EXTCON support"
|
||||
depends on I2C && GPIOLIB || COMPILE_TEST
|
||||
depends on I2C && (GPIOLIB || COMPILE_TEST)
|
||||
select REGMAP_I2C
|
||||
help
|
||||
Say Y here to enable support for USB peripheral and USB host
|
||||
|
Loading…
Reference in New Issue
Block a user