]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/avionic-design/tec/Kconfig
fbf7f469762a8632c6b5e0e07204230eecfd2222
[karo-tx-uboot.git] / board / avionic-design / tec / Kconfig
1 if TARGET_TEC
2
3 config SYS_BOARD
4         string
5         default "tec"
6
7 config SYS_VENDOR
8         string
9         default "avionic-design"
10
11 config SYS_CONFIG_NAME
12         string
13         default "tec"
14
15 endif