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