[linux-yocto] [PATCH] mpc8315: remove now obsolete CONFIG_MISC_DEVICES

Paul Gortmaker paul.gortmaker at windriver.com
Mon Aug 13 14:15:08 PDT 2012


Since this BSP now uses 3.4.x kernel, this option is obsolete
and generates a warning.  The option was removed in mainline:

  commit 7c5763b8453a94871d356f20df30f350f8631e8b
  Author: Fabio Estevam <festevam at gmail.com>
  Date:   Tue Jan 24 02:11:25 2012 -0200

    drivers: misc: Remove MISC_DEVICES config option

as of v3.3-rc4 and so is gone in v3.4.x codebase.

Signed-off-by: Paul Gortmaker <paul.gortmaker at windriver.com>

diff --git a/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.cfg b/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.cfg
index 7527741..486f1dd 100644
--- a/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.cfg
+++ b/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.cfg
@@ -90,8 +90,6 @@ CONFIG_I2C_MPC=y
 
 CONFIG_SENSORS_LM75=y
 
-CONFIG_MISC_DEVICES=y
-
 #
 # Miscellaneous I2C Chip support
 #
-- 
1.7.12.rc1.1.ga9c166e




More information about the linux-yocto mailing list