odroid: remove CONFIG_DM_I2C_COMPAT config
[platform/kernel/u-boot.git] / board / tqc / tqm5200 / Kconfig
1 if TARGET_CHARON
2
3 config SYS_BOARD
4         default "tqm5200"
5
6 config SYS_VENDOR
7         default "tqc"
8
9 config SYS_CONFIG_NAME
10         default "charon"
11
12 endif
13
14 if TARGET_TQM5200
15
16 config SYS_BOARD
17         default "tqm5200"
18
19 config SYS_VENDOR
20         default "tqc"
21
22 config SYS_CONFIG_NAME
23         default "TQM5200"
24
25 endif