Skip to content

Commit 93a174b

Browse files
author
Alain Volmat
committed
video: removal of VIDEO_BUFFER_POOL_SZ_MAX from Kconfig
Now that VIDEO_BUFFER_POOL_HEAP_SIZE is available is used in all projects, VIDEO_BUFFER_POOL_SZ_MAX can be removed. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
1 parent 88e2f58 commit 93a174b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/video/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ config VIDEO_INIT_PRIORITY
2323
help
2424
System initialization priority for video drivers.
2525

26-
config VIDEO_BUFFER_POOL_SZ_MAX
27-
int "Size of the largest buffer in the video pool"
28-
default 1048576
29-
3026
config VIDEO_BUFFER_POOL_HEAP_SIZE
3127
int "Size in byte of the video buffer pool"
3228
default 2097152

0 commit comments

Comments
 (0)