[linux-yocto] [PATCH 4/7] iio: change CONFIG_AD5686 to CONFIG_AD5686_SPI

2018-10-07 Thread Anuj Mittal
https://github.com/torvalds/linux/commit/0357e488b825313db3d574137337557f404e59ed Signed-off-by: Anuj Mittal --- features/iio/iio.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/iio/iio.cfg b/features/iio/iio.cfg index 73d12e25..c5ff8511 100644 ---

[linux-yocto] [PATCH 7/7] media-radio.cfg: change CONFIG_RADIO_SI470X to m

2018-10-07 Thread Anuj Mittal
This is now a tristate instead of bool and since we set V4L2 to be m, set this to be m too. https://github.com/torvalds/linux/commit/58757984ca3c73284a45dd53ac66f1414057cd09 Signed-off-by: Anuj Mittal --- features/media/media-radio.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[linux-yocto] [PATCH 6/7] usb-typec: enable CONFIF_TYPEC

2018-10-07 Thread Anuj Mittal
typec configs are now controlled by CONFIG_TYPEC [1]. Also enable CONFIG_TYPEC_TCPM for TYPEC_WCOVE [2]. [1] https://github.com/torvalds/linux/commit/a7c42106ead7041b99662a125b408deb68a3e6aa [2] https://github.com/torvalds/linux/commit/3c4fb9f169214290ec9a943907321e6265b36f65 Signed-off-by:

[linux-yocto] [PATCH 5/7] iio: rename CONFIG_TSL2x7x to CONFIG_TSL2772

2018-10-07 Thread Anuj Mittal
https://github.com/torvalds/linux/commit/4e24c1719f3485780b2be559e5fc11d091139935 Signed-off-by: Anuj Mittal --- features/iio/iio.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/iio/iio.cfg b/features/iio/iio.cfg index c5ff8511..23cec3ef 100644 ---

[linux-yocto] [PATCH 3/7] media-rc: CONFIG_LIRC is now a bool

2018-10-07 Thread Anuj Mittal
Change default configuration to 'y' and remove the now obsolete CONFIG_LIRC_CODEC. https://github.com/torvalds/linux/commit/a60d64b15c20d178ba3a9bc3a542492b4ddeea70 Signed-off-by: Anuj Mittal --- features/media/media-rc.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[linux-yocto] [PATCH 1/7] media-pci-capture: remove zoran configs

2018-10-07 Thread Anuj Mittal
These drivers have been moved to staging and will be removed from future kernel versions. Instead of enabling staging drivers to be built, remove these instead. https://github.com/torvalds/linux/commit/68afa17322f2c9a0fffca62e7afe9d60b0dff87e Signed-off-by: Anuj Mittal ---

[linux-yocto] [PATCH 2/7] media-i2c: remove configs selected by zoran drivers

2018-10-07 Thread Anuj Mittal
These are selected only by zoran drivers and aren't required to be enabled explicitly. Signed-off-by: Anuj Mittal --- features/media/media-i2c.cfg | 8 1 file changed, 8 deletions(-) diff --git a/features/media/media-i2c.cfg b/features/media/media-i2c.cfg index 04d7cfb6..29c97e60

[linux-yocto] [PATCH 0/7] config cleanup

2018-10-07 Thread Anuj Mittal
Hi Bruce, This series cleans up configs for 4.18 and above kernels. Can you please merge these in yocto-4.18 and master if everything looks okay? Anuj Mittal (7): media-pci-capture: remove zoran configs media-i2c: remove configs selected by zoran drivers media-rc: CONFIG_LIRC is now a bool