]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/Marvell/gplugd/Kconfig
102c18d30d474e6faa153a5e1a1056aa873a3fc6
[people/ms/u-boot.git] / board / Marvell / gplugd / Kconfig
1 if TARGET_GPLUGD
2
3 config SYS_CPU
4 default "arm926ejs"
5
6 config SYS_BOARD
7 default "gplugd"
8
9 config SYS_VENDOR
10 default "Marvell"
11
12 config SYS_SOC
13 default "armada100"
14
15 config SYS_CONFIG_NAME
16 default "gplugd"
17
18 endif