1if TARGET_KMCENT2
2
3config SYS_BOARD
4 default "kmcent2"
5
6config SYS_VENDOR
7 default "keymile"
8
9config SYS_CONFIG_NAME
10 default "kmcent2"
11
12config BOARD_SPECIFIC_OPTIONS
13 def_bool y
14 select ARCH_T1040
15 select PHYS_64BIT
16
17endif
18