781c1cf59f61a19b4eb6925454e4bc3f12827531
[platform/kernel/u-boot.git] / board / ge / mx53ppd / Kconfig
1 # SPDX-License-Identifier:      GPL-2.0+
2
3 if TARGET_MX53PPD
4
5 config SYS_BOARD
6         default "mx53ppd"
7
8 config SYS_VENDOR
9         default "ge"
10
11 config SYS_SOC
12         default "mx5"
13
14 config SYS_CONFIG_NAME
15         default "mx53ppd"
16
17 endif