加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Config.uk 454 Bytes
一键复制 编辑 原始数据 按行查看 历史
menuconfig PLAT_RK3568
bool "RK3568"
default n
depends on ARCH_ARM_64
select HAVE_FDT
select LIBFDT
select LIBUKOFW
select LIBTNTTY_NS8250
select HAVE_INTCTLR
select LIBUKINTCTLR_GICV3
select ARM_GENERIC_TIMER
help
Create a kernel image that runs on RK3568
if (PLAT_RK3568)
config RAM_BASE_ADDR
hex
prompt "Starting address of kernel stored in ram"
default 0x280000
config PLATRK3568_TEST
bool "Enable unit tests"
default n
endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化