Merge branch 'for-2023.07' of https://source.denx.de/u-boot/custodians/u-boot-mpc8xx
[platform/kernel/u-boot.git] / board / theobroma-systems / ringneck_px30 / Kconfig
1 if TARGET_RINGNECK_PX30
2
3 config SYS_BOARD
4         default "ringneck_px30"
5
6 config SYS_VENDOR
7         default "theobroma-systems"
8
9 config SYS_CONFIG_NAME
10         default "ringneck_px30"
11
12 config BOARD_SPECIFIC_OPTIONS # dummy
13         def_bool y
14         select ENV_IS_NOWHERE
15
16 config ENV_SIZE
17         default 0x3000
18
19 endif