]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/samsung/smdkc100/Kconfig
5e6b0ddcdaa331dbff7003d3e619771a1ced6a31
[people/ms/u-boot.git] / board / samsung / smdkc100 / Kconfig
1 if TARGET_SMDKC100
2
3 config SYS_CPU
4 default "armv7"
5
6 config SYS_BOARD
7 default "smdkc100"
8
9 config SYS_VENDOR
10 default "samsung"
11
12 config SYS_SOC
13 default "s5pc1xx"
14
15 config SYS_CONFIG_NAME
16 default "smdkc100"
17
18 endif