Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi
[oweals/u-boot.git] / board / pine64 / pinebook-pro-rk3399 / Kconfig
1 if TARGET_PINEBOOK_PRO_RK3399
2
3 config SYS_BOARD
4         default "pinebook-pro-rk3399"
5
6 config SYS_VENDOR
7         default "pine64"
8
9 config SYS_CONFIG_NAME
10         default "pinebook-pro-rk3399"
11
12 config BOARD_SPECIFIC_OPTIONS
13         def_bool y
14
15 endif