[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
index 5e7347a3..316b07fd 100644
--- a/bsp/romley/romley.cfg
+++ b/bsp/romley/romley.cfg
@@ -10,7 +10,6 @@ CONFIG_MMC=y
 CONFIG_MMC_SDHCI=y
 CONFIG_USB_SUPPORT=y
 CONFIG_USB=y
-CONFIG_USB_ARCH_HAS_EHCI=y
 CONFIG_R8169=y
 CONFIG_PATA_SCH=y
 CONFIG_MMC_SDHCI_PCI=y
-- 
2.17.1

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[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
+++ b/bsp/common-pc/common-pc-wifi.cfg
@@ -9,7 +9,7 @@ CONFIG_MAC80211=m
 CONFIG_CFG80211=m
 
 CONFIG_ATH_COMMON=m
-CONFIG_WLAN_VENDOR_ATH=m
+CONFIG_WLAN_VENDOR_ATH=y
 CONFIG_ATH5K=m
 CONFIG_ATH9K=m
 
-- 
2.17.1

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[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 
---
 bsp/beaglebone/beaglebone.cfg | 1 -
 features/power/intel.cfg  | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/bsp/beaglebone/beaglebone.cfg b/bsp/beaglebone/beaglebone.cfg
index 4c786d0a..a7123212 100644
--- a/bsp/beaglebone/beaglebone.cfg
+++ b/bsp/beaglebone/beaglebone.cfg
@@ -66,7 +66,6 @@ CONFIG_NEON=y
 # Power management options
 #
 CONFIG_PM=y
-CONFIG_PM_RUNTIME=y
 # CONFIG_APM_EMULATION is not set
 
 #
diff --git a/features/power/intel.cfg b/features/power/intel.cfg
index 2a80f26c..2b1661b7 100644
--- a/features/power/intel.cfg
+++ b/features/power/intel.cfg
@@ -21,7 +21,7 @@ CONFIG_PM_DEBUG=y
 CONFIG_PM_ADVANCED_DEBUG=y
 
 # turn on run-time power management
-CONFIG_PM_RUNTIME=y
+CONFIG_PM=y
 
 # disable usb runtime power management
 # it was causing non-functionaing mouse & keboard issues for many BSPs
-- 
2.17.1

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[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, having these conditionals is not
worth the complication and fragility that comes with them.

[a...@linux-foundation.org: rework mem_cgroup_css_free() statement ordering]
Signed-off-by: Johannes Weiner 
Cc: Michal Hocko 
Acked-by: Vladimir Davydov 
Signed-off-by: Andrew Morton 
Signed-off-by: Linus Torvalds 

Signed-off-by: Bruce Ashfield 
---
 features/cgroups/cgroups.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/features/cgroups/cgroups.cfg b/features/cgroups/cgroups.cfg
index 17656057..b479e44d 100644
--- a/features/cgroups/cgroups.cfg
+++ b/features/cgroups/cgroups.cfg
@@ -13,7 +13,6 @@ CONFIG_CGROUP_PERF=y
 
 CONFIG_MEMCG=y
 CONFIG_MEMCG_SWAP=y
-CONFIG_MEMCG_KMEM=y
 
 CONFIG_CGROUP_SCHED=y
 CONFIG_FAIR_GROUP_SCHED=y
-- 
2.17.1

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[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 noticed for a while.

Bug introduced in

commit fd930478fb797e4cbaa799d9ddd970e9a1fa1b4a
Author: Chris Wilson 
Date:   Fri Jun 19 20:27:27 2015 +0100

drm/i915: Remove KMS Kconfig option

Reported-by: Tvrtko Ursulin 
Cc: Tvrtko Ursulin 
Cc: Damien Lespiau 
Cc: Chris Wilson 
Signed-off-by: Daniel Vetter 

Signed-off-by: Bruce Ashfield 
---
 features/i915/i915.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/features/i915/i915.cfg b/features/i915/i915.cfg
index a4bc7406..60cb963e 100644
--- a/features/i915/i915.cfg
+++ b/features/i915/i915.cfg
@@ -9,6 +9,5 @@ CONFIG_AGP_INTEL=y
 CONFIG_DRM=y
 CONFIG_DRM_KMS_HELPER=y
 CONFIG_DRM_I915=m
-CONFIG_DRM_I915_KMS=y
 CONFIG_DRM_KMS_FB_HELPER=y
 CONFIG_DRM_I915_ALPHA_SUPPORT=y
-- 
2.17.1

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[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 +22,3 @@ CONFIG_PM_ADVANCED_DEBUG=y
 
 # turn on run-time power management
 CONFIG_PM=y
-
-# disable usb runtime power management
-# it was causing non-functionaing mouse & keboard issues for many BSPs
-# and by default this is disabled in the kernel
-# CONFIG_USB_SUSPEND is not set
-- 
2.17.1

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[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 more than ten years,
since Yasuyuki Kozakai introduced IPv6 in conntrack. These days, we have
alternate /proc/net/nf_conntrack* entries, the ctnetlink interface and
the conntrack utility got adopted by many people in the user community
according to what I observed on the netfilter user mailing list.

So let's get rid of this.

Note that nf_conntrack_htable_size and unsigned int nf_conntrack_max do
not need to be exported as symbol anymore.

Signed-off-by: Pablo Neira Ayuso 

Signed-off-by: Bruce Ashfield 
---
 features/netfilter/netfilter.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/features/netfilter/netfilter.cfg b/features/netfilter/netfilter.cfg
index 66cc63e2..6497b0ea 100644
--- a/features/netfilter/netfilter.cfg
+++ b/features/netfilter/netfilter.cfg
@@ -69,7 +69,6 @@ CONFIG_NETFILTER_XT_MATCH_U32=m
 CONFIG_NF_DEFRAG_IPV4=m
 CONFIG_NF_CONNTRACK_IPV4=m
 CONFIG_NF_CONNTRACK_IPV6=m
-CONFIG_NF_CONNTRACK_PROC_COMPAT=y
 CONFIG_IP_NF_IPTABLES=m
 CONFIG_IP_NF_MATCH_AH=m
 CONFIG_IP_NF_MATCH_ECN=m
-- 
2.17.1

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[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 Kconfig.

Signed-off-by: Kalle Valo 

Signed-off-by: Bruce Ashfield 
---
 bsp/common-pc-64/hardware.cfg| 2 +-
 bsp/common-pc/common-pc-wifi.cfg | 2 +-
 bsp/common-pc/hardware.cfg   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bsp/common-pc-64/hardware.cfg b/bsp/common-pc-64/hardware.cfg
index 53499194..24775f76 100644
--- a/bsp/common-pc-64/hardware.cfg
+++ b/bsp/common-pc-64/hardware.cfg
@@ -1,5 +1,5 @@
 CONFIG_ATH5K
-CONFIG_ATH_CARDS
+CONFIG_WLAN_VENDOR_ATH
 CONFIG_ATH_COMMON
 CONFIG_CFG80211
 CONFIG_CONNECTOR
diff --git a/bsp/common-pc/common-pc-wifi.cfg b/bsp/common-pc/common-pc-wifi.cfg
index 7831abe4..3bee4ba4 100644
--- a/bsp/common-pc/common-pc-wifi.cfg
+++ b/bsp/common-pc/common-pc-wifi.cfg
@@ -9,7 +9,7 @@ CONFIG_MAC80211=m
 CONFIG_CFG80211=m
 
 CONFIG_ATH_COMMON=m
-CONFIG_ATH_CARDS=m
+CONFIG_WLAN_VENDOR_ATH=m
 CONFIG_ATH5K=m
 CONFIG_ATH9K=m
 
diff --git a/bsp/common-pc/hardware.cfg b/bsp/common-pc/hardware.cfg
index 562b88da..5a380fbe 100644
--- a/bsp/common-pc/hardware.cfg
+++ b/bsp/common-pc/hardware.cfg
@@ -1,5 +1,5 @@
 CONFIG_ATH5K
-CONFIG_ATH_CARDS
+CONFIG_WLAN_VENDOR_ATH
 CONFIG_ATH_COMMON
 CONFIG_CFG80211
 CONFIG_CONNECTOR
-- 
2.17.1

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[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 CONFIG_BRIDGE_EBT_ULOG were left
untouched. Kill these too.

Signed-off-by: Paul Bolle 
Signed-off-by: Pablo Neira Ayuso 

Signed-off-by: Bruce Ashfield 
---
 features/netfilter/netfilter.cfg | 2 --
 1 file changed, 2 deletions(-)

diff --git a/features/netfilter/netfilter.cfg b/features/netfilter/netfilter.cfg
index 3b3ce7c2..66cc63e2 100644
--- a/features/netfilter/netfilter.cfg
+++ b/features/netfilter/netfilter.cfg
@@ -81,7 +81,6 @@ CONFIG_NF_NAT=m
 CONFIG_NF_NAT_NEEDED=y
 CONFIG_NF_NAT_IPV4=m
 CONFIG_IP_NF_NAT=m
-CONFIG_IP_NF_TARGET_ULOG=m
 CONFIG_IP_NF_TARGET_SYNPROXY=m
 CONFIG_IP_NF_TARGET_MASQUERADE=m
 CONFIG_IP_NF_TARGET_NETMAP=m
@@ -108,4 +107,3 @@ CONFIG_IP_NF_ARP_MANGLE=m
 CONFIG_IP_NF_SECURITY=m
 
 CONFIG_NET_SCHED=y
-CONFIG_BRIDGE_EBT_ULOG=m
-- 
2.17.1

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[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 Mittal 
---
 features/thermal/coretemp.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/features/thermal/coretemp.cfg b/features/thermal/coretemp.cfg
index fdab608f..7d24566e 100644
--- a/features/thermal/coretemp.cfg
+++ b/features/thermal/coretemp.cfg
@@ -14,4 +14,4 @@ CONFIG_INT340X_THERMAL=m
 CONFIG_INTEL_POWERCLAMP=m
 
 # Intel PMIC thermal driver
-CONFIG_INTEL_PMIC_THERMAL=m
+CONFIG_INTEL_BXT_PMIC_THERMAL=m
-- 
2.17.1

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[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 changed, 5 deletions(-)
 delete mode 100644 features/crypto/crypto.cfg
 delete mode 100644 features/crypto/crypto.scc

diff --git a/features/crypto/crypto.cfg b/features/crypto/crypto.cfg
deleted file mode 100644
index efbe3430..
--- a/features/crypto/crypto.cfg
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_CRYPTO_ZLIB=m
diff --git a/features/crypto/crypto.scc b/features/crypto/crypto.scc
deleted file mode 100644
index 05a805f8..
--- a/features/crypto/crypto.scc
+++ /dev/null
@@ -1,4 +0,0 @@
-define KFEATURE_DESCRIPTION "Zlib compression algorithm"
-define KFEATURE_COMPATIBILITY all
-
-kconf hardware crypto.cfg
-- 
2.17.1

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[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 don't need this CONFIG option anymore as 
it
is not configurable. Remove CONFIG_CPU_FREQ_TABLE and update its users.

Signed-off-by: Viresh Kumar 
Signed-off-by: Rafael J. Wysocki 

Signed-off-by: Bruce Ashfield 
---
 features/power/intel.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/features/power/intel.cfg b/features/power/intel.cfg
index 0217d358..2a80f26c 100644
--- a/features/power/intel.cfg
+++ b/features/power/intel.cfg
@@ -10,7 +10,6 @@ CONFIG_INOTIFY_USER=y
 # enable cpu frequency scaling and stats for powertop
 CONFIG_CPU_FREQ=y
 CONFIG_CPU_FREQ_STAT=y
-CONFIG_CPU_FREQ_TABLE=y
 CONFIG_X86_ACPI_CPUFREQ=y
 CONFIG_CPU_FREQ_GOV_ONDEMAND=y
 CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
-- 
2.17.1

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[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. Major
distributions (SUSE, RedHat) already use ext4 driver to handle ext3
filesystems for quite some time. There is some ugliness in mm resulting
from jbd cleaning buffers in a dirty page without cleaning page dirty
bit and also support for buffer bouncing in the block layer when stable
pages are required is there only because of jbd. So let's remove the
ext3 driver. This saves us some 28k lines of duplicated code.

Acked-by: Theodore Ts'o 
Signed-off-by: Jan Kara 

Signed-off-by: Bruce Ashfield 
---
 cfg/fs/ext4.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cfg/fs/ext4.cfg b/cfg/fs/ext4.cfg
index 75d10881..5d4e2c68 100644
--- a/cfg/fs/ext4.cfg
+++ b/cfg/fs/ext4.cfg
@@ -1,5 +1,4 @@
 CONFIG_EXT4_FS=y
-CONFIG_EXT4_USE_FOR_EXT23=y
 CONFIG_EXT4_FS_POSIX_ACL=y
 CONFIG_EXT4_FS_SECURITY=y
 CONFIG_EXT4_ENCRYPTION=y
-- 
2.17.1

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[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
  bsp: don't include crypto.scc

Bruce Ashfield (14):
  common-pc: remove obselete subsystem
  intel: remove CONFIG_CPU_FREQ_TABLE
  wifi: ATH_CARDS -> WLAN_VENDOR_ATH
  cgroups: remove obselete options
  fs: drop old ext3 options
  netfilter: remove obselete ULOG configs
  netfilter: drop CONFIG_NF_CONNTRACK_PROC_COMPAT
  sound: fix CONFIG_SND_SST_MFLD_PLATFORM
  i915: rename preliminary_hw_support to alpha_support
  i915: remove obselete CONFIG_DRM_I915_KMS
  pm: change CONFIG_PM_RUNTIME to CONFIG_PM
  pm: drop obselete CONFIG_USB_SUSPEND
  wifi: CONFIG_VENDOR_ATH must be build in
  x86: update microcode configs

 bsp/beaglebone/beaglebone.cfg   | 1 -
 bsp/common-pc-64/hardware.cfg   | 2 +-
 bsp/common-pc/common-pc-drivers.cfg | 7 ---
 bsp/common-pc/common-pc-wifi.cfg| 2 +-
 bsp/common-pc/hardware.cfg  | 2 +-
 bsp/mohonpeak/mohonpeak.scc | 1 -
 bsp/mohonpeak/mohonpeak32.scc   | 1 -
 bsp/rangeley/rangeley.scc   | 1 -
 bsp/rangeley/rangeley32.scc | 1 -
 cfg/amd.cfg | 2 --
 cfg/fs/ext4.cfg | 1 -
 cfg/intel.cfg   | 2 --
 cfg/sound.cfg   | 2 +-
 features/cgroups/cgroups.cfg| 1 -
 features/crypto/crypto.cfg  | 1 -
 features/crypto/crypto.scc  | 4 
 features/i915/i915.cfg  | 3 +--
 features/netfilter/netfilter.cfg| 3 ---
 features/power/intel.cfg| 8 +---
 features/thermal/coretemp.cfg   | 2 +-
 20 files changed, 7 insertions(+), 40 deletions(-)
 delete mode 100644 features/crypto/crypto.cfg
 delete mode 100644 features/crypto/crypto.scc

-- 
2.17.1

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[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 time for it to now be
removed.

Cc: Alan Cox 
Signed-off-by: Greg Kroah-Hartman 

Signed-off-by: Bruce Ashfield 
---
 bsp/common-pc/common-pc-drivers.cfg | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/bsp/common-pc/common-pc-drivers.cfg 
b/bsp/common-pc/common-pc-drivers.cfg
index a996ef51..5d993958 100644
--- a/bsp/common-pc/common-pc-drivers.cfg
+++ b/bsp/common-pc/common-pc-drivers.cfg
@@ -58,13 +58,6 @@ CONFIG_SATA_AHCI=y
 CONFIG_BLK_DEV_IDECD=y
 CONFIG_BLK_DEV_FD=m
 
-CONFIG_I2O=m
-CONFIG_I2O_BLOCK=m
-CONFIG_I2O_CONFIG=m
-CONFIG_I2O_CONFIG_OLD_IOCTL=y
-CONFIG_I2O_PROC=m
-CONFIG_I2O_SCSI=m
-
 CONFIG_EEPROM_AT24=m
 
 CONFIG_NVME_CORE=y
-- 
2.17.1

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


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? [1/3]
and [3/3] are for 4.14, 4.18 and master.

Anuj Mittal (3):
   features/soc/baytrail: fix conflict with configs
   features: drop obsolete configs
   features/media: drop obsolete config

  features/iio/iio.cfg   | 6 --
  features/media/media-dvb-frontends.cfg | 1 -
  features/media/media-rc.cfg| 2 --
  features/media/media-usb-tv.cfg| 2 --
  features/nfc/nfc-vendor.cfg| 2 --
  features/soc/baytrail/baytrail.cfg | 4 ++--
  6 files changed, 2 insertions(+), 15 deletions(-)



--
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[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 a/features/soc/baytrail/baytrail.cfg 
b/features/soc/baytrail/baytrail.cfg
index ddcc9a43..af8a9c77 100644
--- a/features/soc/baytrail/baytrail.cfg
+++ b/features/soc/baytrail/baytrail.cfg
@@ -24,9 +24,9 @@ CONFIG_MMC_SDHCI=y
 CONFIG_MMC_SDHCI_PCI=y
 CONFIG_MMC_SDHCI_ACPI=y
 
-CONFIG_I2C_DESIGNWARE_CORE=m
+CONFIG_I2C_DESIGNWARE_CORE=y
 CONFIG_I2C_DESIGNWARE_PCI=m
-CONFIG_I2C_DESIGNWARE_PLATFORM=m
+CONFIG_I2C_DESIGNWARE_PLATFORM=y
 
 # SMBus Support
 CONFIG_I2C_I801=y
-- 
2.17.1

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[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 for remote control
-CONFIG_MEDIA_RC_SUPPORT=y
 CONFIG_RC_CORE=m
 CONFIG_RC_MAP=m
 CONFIG_RC_DECODERS=y
-- 
2.17.1

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[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| 2 --
 features/nfc/nfc-vendor.cfg| 2 --
 5 files changed, 12 deletions(-)

diff --git a/features/iio/iio.cfg b/features/iio/iio.cfg
index 3dac267c..73d12e25 100644
--- a/features/iio/iio.cfg
+++ b/features/iio/iio.cfg
@@ -4,11 +4,6 @@ CONFIG_STAGING=y
 # IIO staging drivers
 #
 
-#
-# Accelerometers
-#
-CONFIG_LIS3L02DQ=m
-
 #
 # Light sensors
 #
@@ -199,7 +194,6 @@ CONFIG_IIO_SYSFS_TRIGGER=m
 CONFIG_BMP280=m
 CONFIG_MPL115=m
 CONFIG_MPL115_I2C=m
-CONFIG_MPL155_SPI=m
 CONFIG_MPL3115=m
 CONFIG_MS5611=m
 CONFIG_MS5611_I2C=m
diff --git a/features/media/media-dvb-frontends.cfg 
b/features/media/media-dvb-frontends.cfg
index 787a32f7..50fb42d6 100644
--- a/features/media/media-dvb-frontends.cfg
+++ b/features/media/media-dvb-frontends.cfg
@@ -112,6 +112,5 @@ CONFIG_DVB_LGS8GXX=m
 CONFIG_DVB_ATBM8830=m
 CONFIG_DVB_TDA665x=m
 CONFIG_DVB_IX2505V=m
-CONFIG_DVB_IT913X_FE=m
 CONFIG_DVB_M88RS2000=m
 CONFIG_DVB_AF9033=m
diff --git a/features/media/media-rc.cfg b/features/media/media-rc.cfg
index acd3aaf0..4606df29 100644
--- a/features/media/media-rc.cfg
+++ b/features/media/media-rc.cfg
@@ -12,7 +12,6 @@ CONFIG_IR_RC5_DECODER=m
 CONFIG_IR_RC6_DECODER=m
 CONFIG_IR_JVC_DECODER=m
 CONFIG_IR_SONY_DECODER=m
-CONFIG_IR_RC5_SZ_DECODER=m
 CONFIG_IR_SANYO_DECODER=m
 CONFIG_IR_MCE_KBD_DECODER=m
 
diff --git a/features/media/media-usb-tv.cfg b/features/media/media-usb-tv.cfg
index 52add652..3b594eb3 100644
--- a/features/media/media-usb-tv.cfg
+++ b/features/media/media-usb-tv.cfg
@@ -50,7 +50,6 @@ CONFIG_DVB_USB_FRIIO=m
 CONFIG_DVB_USB_AZ6027=m
 CONFIG_DVB_USB_TECHNISAT_USB2=m
 CONFIG_DVB_USB_V2=m
-CONFIG_DVB_USB_CYPRESS_FIRMWARE=m
 CONFIG_DVB_USB_AF9015=m
 CONFIG_DVB_USB_AF9035=m
 CONFIG_DVB_USB_ANYSEE=m
@@ -59,7 +58,6 @@ CONFIG_DVB_USB_AZ6007=m
 CONFIG_DVB_USB_CE6230=m
 CONFIG_DVB_USB_EC168=m
 CONFIG_DVB_USB_GL861=m
-CONFIG_DVB_USB_IT913X=m
 CONFIG_DVB_USB_LME2510=m
 CONFIG_DVB_USB_MXL111SF=m
 CONFIG_DVB_USB_RTL28XXU=m
diff --git a/features/nfc/nfc-vendor.cfg b/features/nfc/nfc-vendor.cfg
index e48bcb91..c10143df 100644
--- a/features/nfc/nfc-vendor.cfg
+++ b/features/nfc/nfc-vendor.cfg
@@ -15,8 +15,6 @@ CONFIG_NFC_PN544_I2C=m
 CONFIG_NFC_PN544_MEI=m
 CONFIG_NFC_ST21NFCA=m
 CONFIG_NFC_ST21NFCA_I2C=m
-CONFIG_NFC_ST21NFCB=m
-CONFIG_NFC_ST21NFCB_I2C=m
 CONFIG_NFC_TRF7970A=m
 CONFIG_NFC_FDP=m
 CONFIG_NFC_FDP_I2C=m
-- 
2.17.1

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[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 configs
  features: drop obsolete configs
  features/media: drop obsolete config

 features/iio/iio.cfg   | 6 --
 features/media/media-dvb-frontends.cfg | 1 -
 features/media/media-rc.cfg| 2 --
 features/media/media-usb-tv.cfg| 2 --
 features/nfc/nfc-vendor.cfg| 2 --
 features/soc/baytrail/baytrail.cfg | 4 ++--
 6 files changed, 2 insertions(+), 15 deletions(-)

-- 
2.17.1

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto