]> git.sur5r.net Git - u-boot/blob - board/ge/mx53ppd/Kconfig
mx53: Add Board support for GE PPD
[u-boot] / 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