]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/vamrs/rock960_rk3399/Kconfig
boards: Remove empty BOARD_SPECIFIC_OPTIONS
[thirdparty/u-boot.git] / board / vamrs / rock960_rk3399 / Kconfig
CommitLineData
1bad5e14
MS
1if TARGET_ROCK960_RK3399
2
3config SYS_BOARD
4 default "rock960_rk3399"
5
6config SYS_VENDOR
7 default "vamrs"
8
9config SYS_CONFIG_NAME
10 default "rock960_rk3399"
11
1bad5e14 12endif