| # Amlogic free reserved memeory |
| |
| config AMLOGIC_AUTO_CAPTURE |
| bool "Amlogic camera auto capture" |
| default n |
| help |
| This option is used to configure Amlogic camera auto capture. |
| User space would use a block of reserved memory to save captured camera, |
| then free this reserved memory after using it. |
| |
| config AMLOGIC_ISP_SHARED_MEM |
| bool "Amlogic isp adapter shared mem" |
| default n |
| help |
| This option is used to configure Amlogic isp adapter shared mem. |
| Adapter would use a block of reserved memory, Kernel need to use, |
| the same memory with RTOS. |
| |
| TEST |