diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-07 21:14:57 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-07 21:14:57 -0400 |
| commit | b6420ebd4a541455a75f9802f58cfa3ba0ea5390 (patch) | |
| tree | 0abbd397c009a696bc8f33d36666aa95752caae8 /drivers | |
| parent | d29010694c7e78dadc0e3862b29481e0c4b48f04 (diff) | |
| parent | 0415447aa3b4decc2c05dfc45a0aa34a5eb4fc54 (diff) | |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/doc
Pull documentation updates from Jiri Kosina:
"Updates to kernel documentation.
I took this over (hopefully temporarily) from Randy who was not
willing to maintain it any longer. This pile mostly is a relay of
queue that Randy already had in his tree"
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/doc:
Documentation: fix broken v4l-utils URL
Documentation: update include path for mpssd
Documentation: correct parameter error for dma_mapping_error
MAINTAINERS: update location of linux-doc tree
Documentation: remove networking/.gitignore
tools: add more endian.h macros
Make Documenation depend on headers_install
Docs: this_cpu_ops: remove redundant add forms
Documentation: disable vdso_test to avoid breakage with old glibc
Documentation: update vDSO makefile to build portable examples
Documentation: update .gitignore files
Documentation: support glibc versions without htole macros
v4l2-pci-skeleton: Only build if PCI is available
Documentation: fix misc. warnings
Documentation: make functions static to avoid prototype warnings
Documentation: add makefiles for more targets
Documentation: use subdir-y to avoid unnecessary built-in.o files
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/media/rc/keymaps/Kconfig | 2 | ||||
| -rw-r--r-- | drivers/media/v4l2-core/Kconfig | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/drivers/media/rc/keymaps/Kconfig b/drivers/media/rc/keymaps/Kconfig index 8e615fd55852..767423bbbdd0 100644 --- a/drivers/media/rc/keymaps/Kconfig +++ b/drivers/media/rc/keymaps/Kconfig | |||
| @@ -12,4 +12,4 @@ config RC_MAP | |||
| 12 | The ir-keytable program, available at v4l-utils package | 12 | The ir-keytable program, available at v4l-utils package |
| 13 | provide the tool and the same RC maps for load from | 13 | provide the tool and the same RC maps for load from |
| 14 | userspace. Its available at | 14 | userspace. Its available at |
| 15 | http://git.linuxtv.org/v4l-utils | 15 | http://git.linuxtv.org/cgit.cgi/v4l-utils.git/ |
diff --git a/drivers/media/v4l2-core/Kconfig b/drivers/media/v4l2-core/Kconfig index 9ca0f8d59a14..ba7e21a73023 100644 --- a/drivers/media/v4l2-core/Kconfig +++ b/drivers/media/v4l2-core/Kconfig | |||
| @@ -25,6 +25,15 @@ config VIDEO_FIXED_MINOR_RANGES | |||
| 25 | 25 | ||
| 26 | When in doubt, say N. | 26 | When in doubt, say N. |
| 27 | 27 | ||
| 28 | config VIDEO_PCI_SKELETON | ||
| 29 | tristate "Skeleton PCI V4L2 driver" | ||
| 30 | depends on PCI && BUILD_DOCSRC | ||
| 31 | depends on VIDEO_V4L2 && VIDEOBUF2_CORE | ||
| 32 | depends on VIDEOBUF2_MEMOPS && VIDEOBUF2_DMA_CONTIG | ||
| 33 | ---help--- | ||
| 34 | Enable build of the skeleton PCI driver, used as a reference | ||
| 35 | when developing new drivers. | ||
| 36 | |||
| 28 | # Used by drivers that need tuner.ko | 37 | # Used by drivers that need tuner.ko |
| 29 | config VIDEO_TUNER | 38 | config VIDEO_TUNER |
| 30 | tristate | 39 | tristate |
