[linux-yocto] [PATCH 2/3] features: drop obsolete configs

2018-08-29 Thread Anuj Mittal
These are no longer present and give warnings when used with KCONF_BSP_AUDIT set. Signed-off-by: Anuj Mittal --- features/iio/iio.cfg | 6 -- features/media/media-dvb-frontends.cfg | 1 - features/media/media-rc.cfg| 1 - features/media/media-usb-tv.cfg

[linux-yocto] [PATCH 1/3] features/soc/baytrail: fix conflict with configs

2018-08-29 Thread Anuj Mittal
Change I2C_DESIGNWARE configs to y to prevent conflicts. It is forced to y anyway because of INTEL_SOC_PMIC which is enabled for intel-core BSP. Signed-off-by: Anuj Mittal --- features/soc/baytrail/baytrail.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[linux-yocto] [PATCH 3/3] features/media: drop obsolete config

2018-08-29 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- features/media/media-rc.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/features/media/media-rc.cfg b/features/media/media-rc.cfg index 4606df29..79b648c7 100644 --- a/features/media/media-rc.cfg +++ b/features/media/media-rc.cfg @@ -1,5 +1,4 @@ # support

[linux-yocto] [PATCH 0/3][kernel-meta] remove configs no longer present

2018-08-29 Thread Anuj Mittal
Hi Bruce, This change removes the configs that are no longer present and when enabled, give warnings with auditing enabled. Can you please merge [2/3] in 4.9, 4.12, 4.14, 4.18 and master? [1/3] and [3/3] are for 4.14, 4.18 and master. Anuj Mittal (3): features/soc/baytrail: fix conflict with

Re: [linux-yocto] [PATCH 0/3][kernel-meta] remove configs no longer present

2018-08-29 Thread Bruce Ashfield
On 08/29/2018 02:34 AM, Anuj Mittal wrote: Hi Bruce, This change removes the configs that are no longer present and when enabled, give warnings with auditing enabled. merged! Thanks for the cleanups, most appreciated. Bruce Can you please merge [2/3] in 4.9, 4.12, 4.14, 4.18 and master?

[linux-yocto] [PATCH 10/17] netfilter: drop CONFIG_NF_CONNTRACK_PROC_COMPAT

2018-08-29 Thread Anuj Mittal
From: Bruce Ashfield Upstream commit adf05168 has removed this option: commit adf0516845bcd0e626323c858ece28ee58c74455 Author: Pablo Neira Ayuso Date: Fri Aug 12 13:47:06 2016 +0200 netfilter: remove ip_conntrack* sysctl compat code This backward compatibility has been around for

[linux-yocto] [PATCH 07/17] cgroups: remove obselete options

2018-08-29 Thread Anuj Mittal
From: Bruce Ashfield commit d886f4e483ce63a3304adc9eda87031b93341c28 Author: Johannes Weiner Date: Wed Jan 20 15:02:47 2016 -0800 mm: memcontrol: rein in the CONFIG space madness What CONFIG_INET and CONFIG_LEGACY_KMEM guard inside the memory controller code is insignificant,

[linux-yocto] [PATCH 13/17] i915: remove obselete CONFIG_DRM_I915_KMS

2018-08-29 Thread Anuj Mittal
From: Bruce Ashfield commit bf13af56252b2b4f50eb6fc8638e8cb9e84ff475 Author: Daniel Vetter Date: Tue Jun 23 13:57:47 2015 +0200 drm/i915: Fix up KMS Kconfig removal patch The module pciid list got lost, but somehow most distros seem to force-load drm drivers early and no one

[linux-yocto] [PATCH 09/17] netfilter: remove obselete ULOG configs

2018-08-29 Thread Anuj Mittal
From: Bruce Ashfield commit d4da843e6fad4f278fe82b075d8e394cff05c95c Author: Paul Bolle Date: Fri Jul 25 14:25:31 2014 +0200 netfilter: kill remnants of ulog targets The ulog targets were recently killed. A few references to the Kconfig macros CONFIG_IP_NF_TARGET_ULOG and

[linux-yocto] [PATCH 06/17] wifi: ATH_CARDS -> WLAN_VENDOR_ATH

2018-08-29 Thread Anuj Mittal
From: Bruce Ashfield commit b5c9b4f91a6f91cdbf777e6f365d56debe500421 Author: Kalle Valo Date: Wed Nov 18 10:38:32 2015 +0200 ath: unify Kconfig with other vendors Change menuconfig to config to keep the Kconfig entries unified. Part of reorganising wireless drivers directory and

[linux-yocto] [PATCH 16/17] wifi: CONFIG_VENDOR_ATH must be build in

2018-08-29 Thread Anuj Mittal
From: Bruce Ashfield Signed-off-by: Bruce Ashfield --- bsp/common-pc/common-pc-wifi.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/common-pc/common-pc-wifi.cfg b/bsp/common-pc/common-pc-wifi.cfg index 3bee4ba4..454cdedb 100644 --- a/bsp/common-pc/common-pc-wifi.cfg

[linux-yocto] [PATCH 14/17] pm: change CONFIG_PM_RUNTIME to CONFIG_PM

2018-08-29 Thread Anuj Mittal
From: Bruce Ashfield After commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is selected) PM_RUNTIME is always set if PM is set, so #ifdef blocks depending on CONFIG_PM_RUNTIME may now be changed to depend on CONFIG_PM. Signed-off-by: Bruce Ashfield ---

[linux-yocto] [PATCH 15/17] pm: drop obselete CONFIG_USB_SUSPEND

2018-08-29 Thread Anuj Mittal
From: Bruce Ashfield Signed-off-by: Bruce Ashfield --- features/power/intel.cfg | 5 - 1 file changed, 5 deletions(-) diff --git a/features/power/intel.cfg b/features/power/intel.cfg index 2b1661b7..75f333f2 100644 --- a/features/power/intel.cfg +++ b/features/power/intel.cfg @@ -22,8

[linux-yocto] [PATCH 01/17] features/thermal: use the correct config name

2018-08-29 Thread Anuj Mittal
CONFIG_INTEL_PMIC_THERMAL was enabled for the bxt kernel tree which had in-review patches as well. This config was re-named to CONFIG_INTEL_BXT_PMIC_THERMAL in the final merged version of patch: https://github.com/torvalds/linux/commit/b474303ffd57e0a379ce73ca10232350f866f77b Signed-off-by: Anuj

[linux-yocto] [PATCH 02/17] features/crypto: drop feature

2018-08-29 Thread Anuj Mittal
The only config enabled by this feature, CRYPTO_ZLIB, was removed starting 4.6 kernel [1]. [1] https://github.com/torvalds/linux/commit/110492183c4b8f572b16fce096b9d78e2da30baf Signed-off-by: Anuj Mittal --- features/crypto/crypto.cfg | 1 - features/crypto/crypto.scc | 4 2 files

[linux-yocto] [PATCH 05/17] intel: remove CONFIG_CPU_FREQ_TABLE

2018-08-29 Thread Anuj Mittal
From: Bruce Ashfield commit 3bc28ab6da039f8020bbcea8e832b63a900bdb66 Author: Viresh Kumar Date: Thu Oct 3 20:29:08 2013 +0530 cpufreq: remove CONFIG_CPU_FREQ_TABLE CONFIG_CPU_FREQ_TABLE will be always enabled when cpufreq framework is used, as cpufreq core depends on it. So, we

[linux-yocto] [PATCH 08/17] fs: drop old ext3 options

2018-08-29 Thread Anuj Mittal
From: Bruce Ashfield The ext3 driver has been dropped, ext4 takes care of things: commit c290ea01abb7907fde602f3ba55905ef10a37477 Author: Jan Kara Date: Thu Jun 18 16:52:29 2015 +0200 fs: Remove ext3 filesystem driver The functionality of ext3 is fully supported by ext4 driver.

[linux-yocto] [PATCH 00/17] cleanup configs for 4.9+ kernel

2018-08-29 Thread Anuj Mittal
Hi Bruce, This series cleans up configs for 4.9 kernel. Can you please merge 1/17 and 2/17 in 4.9, 4.14, 4.18 and master? Rest of them are cherry picks from 4.14 and only meant for 4.9 kernel. Anuj Mittal (3): features/thermal: use the correct config name features/crypto: drop feature

[linux-yocto] [PATCH 04/17] common-pc: remove obselete subsystem

2018-08-29 Thread Anuj Mittal
From: Bruce Ashfield commit 4a72a7af462de09a2f6ef2bafd08878062b3cb5d Author: Greg Kroah-Hartman Date: Sun May 10 14:54:38 2015 +0200 staging: remove i2o subsystem This subsystem isn't used anymore, and the hardware isn't around. It's been in staging for a while, and it's

[linux-yocto] [yocto-4.9][PATCH] bsp/romley: drop obsolete config

2018-08-29 Thread Anuj Mittal
CONFIG_USB_ARCH_HAS_EHCI was removed and isn't used anymore: https://github.com/torvalds/linux/commit/b797b76fb464ed6939ce71386bee7fdda4b68632 Signed-off-by: Anuj Mittal --- bsp/romley/romley.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/bsp/romley/romley.cfg b/bsp/romley/romley.cfg