]> git.sur5r.net Git - u-boot/blob - board/armadeus/apf27/Kconfig
imx: mx7: fix build warning when CONFIG_IMX_RDC not enabled
[u-boot] / board / armadeus / apf27 / Kconfig
1 if TARGET_APF27
2
3 config SYS_BOARD
4         default "apf27"
5
6 config SYS_VENDOR
7         default "armadeus"
8
9 config SYS_SOC
10         default "mx27"
11
12 config SYS_CONFIG_NAME
13         default "apf27"
14
15 endif