diff options
Diffstat (limited to 'board/firefly/roc-pc-rk3399/Kconfig')
-rw-r--r-- | board/firefly/roc-pc-rk3399/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/board/firefly/roc-pc-rk3399/Kconfig b/board/firefly/roc-pc-rk3399/Kconfig new file mode 100644 index 0000000000..720fbbb5fa --- /dev/null +++ b/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 + |