summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorShuah Khan <shuahkh@osg.samsung.com>2016-10-06 18:00:50 -0400
committerShuah Khan <shuahkh@osg.samsung.com>2016-10-10 09:12:02 -0400
commit184892925118d924aa9304b466946ae18c029932 (patch)
tree59b5e82d76e4095c8ab3b47055f9277cdabb303a /lib
parenta67cd5482f37a255b9990ddb942aa7009dcba12f (diff)
samples: move blackfin gptimers-example from Documentation
Move blackfin gptimers-example to samples and remove it from Documentation Makefile. Update samples Kconfig and Makefile to build gptimers-example. blackfin is the last CONFIG_BUILD_DOCSRC target in Documentation/Makefile. Hence this patch also includes changes to remove CONFIG_BUILD_DOCSRC from Makefile and lib/Kconfig.debug and updates VIDEO_PCI_SKELETON dependency on BUILD_DOCSRC. Documentation/Makefile is not deleted to avoid braking make htmldocs and make distclean. Acked-by: Michal Marek <mmarek@suse.com> Acked-by: Jonathan Corbet <corbet@lwn.net> Reviewed-by: Kees Cook <keescook@chromium.org> Reported-by: Valentin Rothberg <valentinrothberg@gmail.com> Reported-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 2307d7c89dac..a6620838afc3 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1875,15 +1875,6 @@ config PROVIDE_OHCI1394_DMA_INIT
1875 1875
1876 See Documentation/debugging-via-ohci1394.txt for more information. 1876 See Documentation/debugging-via-ohci1394.txt for more information.
1877 1877
1878config BUILD_DOCSRC
1879 bool "Build targets in Documentation/ tree"
1880 depends on HEADERS_CHECK
1881 help
1882 This option attempts to build objects from the source files in the
1883 kernel Documentation/ tree.
1884
1885 Say N if you are unsure.
1886
1887config DMA_API_DEBUG 1878config DMA_API_DEBUG
1888 bool "Enable debugging of DMA-API usage" 1879 bool "Enable debugging of DMA-API usage"
1889 depends on HAVE_DMA_API_DEBUG 1880 depends on HAVE_DMA_API_DEBUG