1*4882a593Smuzhiyun# Rockchip common config, every Rockchip defconfig should include it 2*4882a593Smuzhiyun 3*4882a593Smuzhiyun#include "base/kernel.config" 4*4882a593Smuzhiyun#include "fs/e2fs.config" 5*4882a593Smuzhiyun 6*4882a593Smuzhiyun# Host environment setup script (for developing) 7*4882a593SmuzhiyunBR2_PACKAGE_HOST_ENVIRONMENT_SETUP=y 8*4882a593Smuzhiyun 9*4882a593Smuzhiyun# Rockchip BSP packages 10*4882a593SmuzhiyunBR2_PACKAGE_ROCKCHIP=y 11*4882a593Smuzhiyun 12*4882a593Smuzhiyun# Toolchain 13*4882a593SmuzhiyunBR2_CCACHE=y 14*4882a593SmuzhiyunBR2_TOOLCHAIN_BUILDROOT_GLIBC=y 15*4882a593SmuzhiyunBR2_TOOLCHAIN_BUILDROOT_CXX=y 16*4882a593Smuzhiyun 17*4882a593Smuzhiyun# Basic tools 18*4882a593SmuzhiyunBR2_PACKAGE_RKSCRIPT=y 19*4882a593SmuzhiyunBR2_PACKAGE_BUSYBOX=y 20*4882a593SmuzhiyunBR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y 21*4882a593SmuzhiyunBR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="board/rockchip/common/base/busybox.fragment" 22*4882a593Smuzhiyun 23*4882a593Smuzhiyun# Rootfs configs 24*4882a593SmuzhiyunBR2_TARGET_GENERIC_ROOT_PASSWD="root" 25*4882a593SmuzhiyunBR2_ROOTFS_MERGED_USR=y 26*4882a593SmuzhiyunBR2_TARGET_ROOTFS_CPIO=y 27*4882a593SmuzhiyunBR2_TARGET_ROOTFS_CPIO_GZIP=y 28*4882a593SmuzhiyunBR2_TARGET_ROOTFS_SQUASHFS=y 29*4882a593Smuzhiyun 30*4882a593Smuzhiyun# Hook script for all of Rockchip linux SDKs 31*4882a593SmuzhiyunBR2_ROOTFS_POST_BUILD_SCRIPT="../device/rockchip/common/post-build.sh" 32*4882a593SmuzhiyunBR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG)" 33*4882a593Smuzhiyun 34*4882a593Smuzhiyun# /etc/ld.so.cache 35*4882a593SmuzhiyunBR2_PACKAGE_GLIBC_GEN_LD_CACHE=y 36*4882a593SmuzhiyunBR2_PACKAGE_HOST_QEMU=y 37*4882a593SmuzhiyunBR2_PACKAGE_HOST_QEMU_LINUX_USER_MODE=y 38*4882a593Smuzhiyun 39*4882a593Smuzhiyun# Host tools 40*4882a593SmuzhiyunBR2_PACKAGE_HOST_E2FSPROGS=y 41*4882a593SmuzhiyunBR2_PACKAGE_HOST_NTFS_3G=y 42*4882a593SmuzhiyunBR2_PACKAGE_HOST_PYTHON3=y 43*4882a593SmuzhiyunBR2_PACKAGE_HOST_PYTHON3_SSL=y 44