mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
camera rk30 : use ion mem for default.
This commit is contained in:
1
arch/arm/configs/rk30_sdk_defconfig
Executable file → Normal file
1
arch/arm/configs/rk30_sdk_defconfig
Executable file → Normal file
@@ -265,6 +265,7 @@ CONFIG_SOC_CAMERA=y
|
||||
CONFIG_SOC_CAMERA_OV2659=y
|
||||
CONFIG_SOC_CAMERA_OV5642=y
|
||||
CONFIG_VIDEO_RK29=y
|
||||
CONFIG_VIDEO_RK29_CAMMEM_ION=y
|
||||
CONFIG_ION=y
|
||||
CONFIG_ION_ROCKCHIP=y
|
||||
CONFIG_FB=y
|
||||
|
||||
@@ -251,14 +251,8 @@
|
||||
|
||||
|
||||
#ifdef CONFIG_VIDEO_RK29_CAMMEM_ION
|
||||
#ifdef CONFIG_ARCH_RK29
|
||||
#undef PMEM_CAM_NECESSARY
|
||||
#define PMEM_CAM_NECESSARY 0x00000000
|
||||
#endif
|
||||
#else
|
||||
#ifdef CONFIG_ARCH_RK30
|
||||
// #error "Camera driver memory configuration is alloc from pmem, but ARCH_RK30 isn't support"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user