blob: 2c6ac6a9a8368b1d76877400b9f5741878360ffb [file] [log] [blame]
Quentin Schulz220800a2024-06-10 15:13:38 +02001if TARGET_TIGER_RK3588
2
3config SYS_BOARD
4 default "tiger_rk3588"
5
6config SYS_VENDOR
7 default "theobroma-systems"
8
9config SYS_CONFIG_NAME
10 default "tiger_rk3588"
11
12config BOARD_SPECIFIC_OPTIONS # dummy
13 def_bool y
14 select ENV_IS_NOWHERE
15
16endif