blob: ae2831ecd7c071cfd9d0c1b0cce1665e3e3373fb [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001if TARGET_CM41XX
2
3config SYS_CPU
4 string
5 default "arm920t"
6
7config SYS_BOARD
8 string
9 default "cm41xx"
10
11config SYS_SOC
12 string
13 default "ks8695"
14
15config SYS_CONFIG_NAME
16 string
17 default "cm41xx"
18
19endif