blob: 24d94807db8a01c83887a839837718124f2d2cab [file] [log] [blame]
Quentin Schulz00a6f602023-01-09 11:36:45 +01001if TARGET_RINGNECK_PX30
2
3config SYS_BOARD
4 default "ringneck_px30"
5
6config SYS_VENDOR
7 default "theobroma-systems"
8
9config SYS_CONFIG_NAME
10 default "ringneck_px30"
11
12config BOARD_SPECIFIC_OPTIONS # dummy
13 def_bool y
14
15config ENV_SIZE
16 default 0x3000
17
18endif