imx: Extend PCL063 support for phyCORE-i.MX6ULL SOM
[oweals/u-boot.git] / board / phytec / pcl063 / Kconfig
1 if TARGET_PCL063
2
3 config SYS_BOARD
4         default "pcl063"
5
6 config SYS_VENDOR
7         default "phytec"
8
9 config SYS_CONFIG_NAME
10         default "pcl063"
11
12 endif
13
14 if TARGET_PCL063_ULL
15
16 config SYS_BOARD
17         default "pcl063"
18
19 config SYS_VENDOR
20         default "phytec"
21
22 config SYS_CONFIG_NAME
23         default "pcl063_ull"
24
25 endif