diff options
author | Tom Rini <trini@konsulko.com> | 2017-04-16 22:08:13 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-16 22:08:13 -0400 |
commit | af8ef2ed21960b894945e37a3217ad67373f3711 (patch) | |
tree | 203ac289e2df20f5d8892570031f29b3a34888ec /board/theobroma-systems/puma_rk3399/Kconfig | |
parent | 51f866e8da758a27af596af73466bd5f0a450c4d (diff) | |
parent | 7ee16de58bddaa9619c264313008d7e19300b42a (diff) |
Merge git://git.denx.de/u-boot-rockchip
Diffstat (limited to 'board/theobroma-systems/puma_rk3399/Kconfig')
-rw-r--r-- | board/theobroma-systems/puma_rk3399/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/theobroma-systems/puma_rk3399/Kconfig b/board/theobroma-systems/puma_rk3399/Kconfig new file mode 100644 index 0000000000..a645590d78 --- /dev/null +++ b/board/theobroma-systems/puma_rk3399/Kconfig @@ -0,0 +1,15 @@ +if TARGET_PUMA_RK3399 + +config SYS_BOARD + default "puma_rk3399" + +config SYS_VENDOR + default "theobroma-systems" + +config SYS_CONFIG_NAME + default "puma_rk3399" + +config BOARD_SPECIFIC_OPTIONS # dummy + def_bool y + +endif |