Re: [linux-yocto] [kernel-cache][PATCH] features/mmc/mmc-realtek: enable Realtek PCI-E card reader support

2017-10-30 Thread Liwei Song
Hi Bruce, This patch is for yocto-4.12 branch. Thanks, Liwei. On 10/31/2017 10:30 AM, Liwei Song wrote: > Enable the following kernel option to support Realtek PCI-E card > reader on NUC7i7BNH/NCU7I5BNH: > CONFIG_MFD_RTSX_PCI=m > CONFIG_MMC_REALTEK_PCI=m > > Signed-off-by: Liwei Song > --- >

[linux-yocto] [kernel-cache][PATCH] features/mmc/mmc-realtek: enable Realtek PCI-E card reader support

2017-10-30 Thread Liwei Song
Enable the following kernel option to support Realtek PCI-E card reader on NUC7i7BNH/NCU7I5BNH: CONFIG_MFD_RTSX_PCI=m CONFIG_MMC_REALTEK_PCI=m Signed-off-by: Liwei Song --- features/mmc/mmc-realtek.cfg | 2 ++ features/mmc/mmc-realtek.scc | 4 2 files changed, 6 insertions(+) create mode 1

[linux-yocto] [PATCH 4.12] edac: split scc into enablement and patching (for treegen)

2017-10-30 Thread Paul Gortmaker
Calling out the existing edac.scc via KERNEL_FEATURES_append will fail since it contains patch commands, and the patches will unconditionally be queued for application. Split it so instead it can use KERNEL_FEATURES_append += "features/edac/edac-enable.scc" in templates/configuration files ex

Re: [linux-yocto] [kernel-cache][PATCH] features/tpm/tpm.cfg: fix dependency issue

2017-10-30 Thread Bruce Ashfield
On 2017-10-28 10:16 AM, lei.y...@windriver.com wrote: From: Lei Yang I got the warning from do_kernel_configcheck when buiding with features/tpm/tpm.scc CONFIG_TCG_TIS_SPI depends on SPI from its Kconfig config TCG_TIS_SPI depends on SPI select TCG_TIS_COR