diff options
Diffstat (limited to 'roms/u-boot/board/firefly/roc-pc-rk3399/Kconfig')
-rw-r--r-- | roms/u-boot/board/firefly/roc-pc-rk3399/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/roms/u-boot/board/firefly/roc-pc-rk3399/Kconfig b/roms/u-boot/board/firefly/roc-pc-rk3399/Kconfig new file mode 100644 index 000000000..720fbbb5f --- /dev/null +++ b/roms/u-boot/board/firefly/roc-pc-rk3399/Kconfig @@ -0,0 +1,16 @@ +if TARGET_ROC_PC_RK3399 + +config SYS_BOARD + default "roc-pc-rk3399" + +config SYS_VENDOR + default "firefly" + +config SYS_CONFIG_NAME + default "roc-pc-rk3399" + +config BOARD_SPECIFIC_OPTIONS # dummy + def_bool y + +endif + |