diff options
author | 2019-01-16 15:07:18 +0800 | |
---|---|---|
committer | 2019-01-31 10:25:38 -0200 | |
commit | 3253cecbca4914c3645908e1054b0fffab8039b2 (patch) | |
tree | 055ecb1cc90cd7853f772fc60db52fcc4deb6654 | |
parent | 61ab34ac6d664a229847b796ec20fd9f7c8ecbf4 (diff) | |
download | meta-freescale-3253cecbca4914c3645908e1054b0fffab8039b2.tar.gz meta-freescale-3253cecbca4914c3645908e1054b0fffab8039b2.tar.bz2 meta-freescale-3253cecbca4914c3645908e1054b0fffab8039b2.zip |
defconfig: remove CONFIG_DEVPTS_MULTIPLE_INSTANCES
fixes:
WARNING: linux-yocto-4.18.20+gitAUTOINC+fb277887dc_4e51fc97f1-r0
do_kernel_configcheck: [kernel config]: This BSP sets config
options that are not offered anywhere within this kernel:
CONFIG_DEVPTS_MULTIPLE_INSTANCES
CONFIG_DEVPTS_MULTIPLE_INSTANCES removed since kernel v4.7 via mainline
commit eedf265aa003b4781de24cfed40a655a664457e6
Signed-off-by: Wenlin Kang <wenlin.kang@windriver.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-kernel/linux/linux-fslc-4.9/mxs/defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc-4.9/mxs/defconfig b/recipes-kernel/linux/linux-fslc-4.9/mxs/defconfig index 6e0f751b..65a84b46 100644 --- a/recipes-kernel/linux/linux-fslc-4.9/mxs/defconfig +++ b/recipes-kernel/linux/linux-fslc-4.9/mxs/defconfig @@ -77,7 +77,6 @@ CONFIG_INPUT_EVDEV=y CONFIG_INPUT_TOUCHSCREEN=y CONFIG_TOUCHSCREEN_TSC2007=m # CONFIG_SERIO is not set -CONFIG_DEVPTS_MULTIPLE_INSTANCES=y # CONFIG_LEGACY_PTYS is not set # CONFIG_DEVKMEM is not set CONFIG_SERIAL_AMBA_PL011=y |