[PATCH v3 05/14] staging: most: enable configfs support

Greg KH gregkh at linuxfoundation.org
Tue Apr 2 07:20:56 UTC 2019


On Mon, Apr 01, 2019 at 02:05:30PM +0200, Christian Gromm wrote:
> This patch enables the configfs functionality of the driver by
> registering the configfs subsystems and compiling the configfs
> part of the sources.
> 
> Signed-off-by: Christian Gromm <christian.gromm at microchip.com>
> ---
> v2:
> 	- remove call to configfs_exit function
> v3:
> 
>  drivers/staging/most/Makefile      |  1 +
>  drivers/staging/most/cdev/cdev.c   |  6 ++++++
>  drivers/staging/most/core.c        |  2 +-
>  drivers/staging/most/sound/sound.c | 11 ++++++++++-
>  4 files changed, 18 insertions(+), 2 deletions(-)

You add the file in patch 1, but do not add it to the build until patch
5?  Does that really work?

And what about Kconfig dependancies, don't you need to add a dependancy
on configfs to the most core now?

thanks,

greg k-h


More information about the devel mailing list