| OLD | NEW |
| 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 |
| OLD | NEW |