Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Side by Side Diff: drivers/media/video/samsung/Kconfig

Issue 2036011: V4L/DVB : Add S5PV210 TV out driver support (Closed) Base URL: swsolcc@12.23.106.100:kernel-samsung.git
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | drivers/media/video/samsung/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 config VIDEO_SAMSUNG 1 config VIDEO_SAMSUNG
2 bool "Samsung Multimedia Devices" 2 bool "Samsung Multimedia Devices"
3 depends on VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2 3 depends on VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2
4 select VIDEO_FIXED_MINOR_RANGES 4 select VIDEO_FIXED_MINOR_RANGES
5 default n 5 default n
6 ---help--- 6 ---help---
7 This is a representative video4linux configuration for Samsung multime dia devices. 7 This is a representative video4linux configuration for Samsung multime dia devices.
8 8
9 if ARCH_S5PV210 9 if ARCH_S5PV210
10 source "drivers/media/video/samsung/mfc50/Kconfig" 10 source "drivers/media/video/samsung/mfc50/Kconfig"
11 source "drivers/media/video/samsung/tv20/Kconfig"
11 endif 12 endif
12 13
13 if VIDEO_SAMSUNG 14 if VIDEO_SAMSUNG
14 comment "Reserved memory configurations" 15 comment "Reserved memory configurations"
15 16
16 config VIDEO_SAMSUNG_MEMSIZE_MFC 17 config VIDEO_SAMSUNG_MEMSIZE_MFC
17 int "Memory size in kbytes for MFC" 18 int "Memory size in kbytes for MFC"
18 depends on VIDEO_MFC50 && (VIDEO_MFC_MEM_PORT_COUNT = 1) 19 depends on VIDEO_MFC50 && (VIDEO_MFC_MEM_PORT_COUNT = 1)
19 default "65536" 20 default "65536"
20 21
21 config VIDEO_SAMSUNG_MEMSIZE_MFC0 22 config VIDEO_SAMSUNG_MEMSIZE_MFC0
22 int "Memory size in kbytes for MFC port0" 23 int "Memory size in kbytes for MFC port0"
23 depends on VIDEO_MFC50 && (!VIDEO_MFC_MEM_PORT_COUNT = 1) 24 depends on VIDEO_MFC50 && (!VIDEO_MFC_MEM_PORT_COUNT = 1)
24 default "32768" 25 default "32768"
25 26
26 config VIDEO_SAMSUNG_MEMSIZE_MFC1 27 config VIDEO_SAMSUNG_MEMSIZE_MFC1
27 int "Memory size in kbytes for MFC port1" 28 int "Memory size in kbytes for MFC port1"
28 depends on VIDEO_MFC50 && (!VIDEO_MFC_MEM_PORT_COUNT = 1) 29 depends on VIDEO_MFC50 && (!VIDEO_MFC_MEM_PORT_COUNT = 1)
29 default "32768" 30 default "32768"
30 endif 31 endif
OLDNEW
« no previous file with comments | « no previous file | drivers/media/video/samsung/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698