Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1623744
| From | Paul Gortmaker <paul.gortmaker@windriver.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] staging/media: make atomisp vlv2_plat_clock explicitly non-modular |
| Date | 2017-04-14 18:00 +0200 |
| Message-ID | <twbNE-2TD-5@gated-at.bofh.it> (permalink) |
| References | <tvCmR-4yD-1@gated-at.bofh.it> <tw4Ct-7aA-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Re: [PATCH] staging/media: make atomisp vlv2_plat_clock explicitly non-modular] On 14/04/2017 (Fri 10:12) Greg Kroah-Hartman wrote: > On Wed, Apr 12, 2017 at 09:57:55PM -0400, Paul Gortmaker wrote: > > The Makefile / Kconfig currently controlling compilation of this code is: > > > > clock/Makefile:obj-$(CONFIG_INTEL_ATOMISP) += vlv2_plat_clock.o > > > > atomisp/Kconfig:menuconfig INTEL_ATOMISP > > atomisp/Kconfig: bool "Enable support to Intel MIPI camera drivers" > > > > ...meaning that it currently is not being built as a module by anyone. [...] > I'm pretty sure we want this code to be built as a module, so maybe a > Kconfig change would resolve the issue instead? As always, I'm good with things being moved to tristate if there is a use case for it. I will note that in this case however, that the above Kconfig option is not specific to this file/driver. It is controlling the inclusion of several dirs/files, and so a more fine grained Kconfig may be required if some are to be built-in and some are to be tristate... P. ~/git/linux-head/drivers/staging/media/atomisp$ git grep 'obj.*INTEL_ATOMISP' Makefile:obj-$(CONFIG_INTEL_ATOMISP) += pci/ Makefile:obj-$(CONFIG_INTEL_ATOMISP) += i2c/ Makefile:obj-$(CONFIG_INTEL_ATOMISP) += platform/ platform/Makefile:obj-$(CONFIG_INTEL_ATOMISP) += clock/ platform/Makefile:obj-$(CONFIG_INTEL_ATOMISP) += intel-mid/ platform/clock/Makefile:obj-$(CONFIG_INTEL_ATOMISP) += vlv2_plat_clock.o platform/clock/Makefile:obj-$(CONFIG_INTEL_ATOMISP) += platform_vlv2_plat_clk.o platform/intel-mid/Makefile:obj-$(CONFIG_INTEL_ATOMISP) += intel_mid_pcihelpers.o platform/intel-mid/Makefile:obj-$(CONFIG_INTEL_ATOMISP) += atomisp_gmin_platform.o > > Alan, any thoughts? > > thanks, > > greg k-h
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] staging/media: make atomisp vlv2_plat_clock explicitly non-modular Paul Gortmaker <paul.gortmaker@windriver.com> - 2017-04-13 04:10 +0200
Re: [PATCH] staging/media: make atomisp vlv2_plat_clock explicitly non-modular Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-04-14 10:20 +0200
Re: [PATCH] staging/media: make atomisp vlv2_plat_clock explicitly non-modular Paul Gortmaker <paul.gortmaker@windriver.com> - 2017-04-14 18:00 +0200
Re: [PATCH] staging/media: make atomisp vlv2_plat_clock explicitly non-modular Alan Cox <alan@linux.intel.com> - 2017-04-14 22:50 +0200
csiph-web