]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/openrisc/Kconfig
kconfig: add board Kconfig and defconfig files
[people/ms/u-boot.git] / arch / openrisc / Kconfig
CommitLineData
dd84058d
MY
1menu "OpenRISC architecture"
2 depends on OPENRISC
3
4config SYS_ARCH
5 string
6 default "openrisc"
7
8choice
9 prompt "Target select"
10
11config TARGET_OPENRISC_GENERIC
12 bool "Support openrisc-generic"
13
14endchoice
15
16source "board/openrisc/openrisc-generic/Kconfig"
17
18endmenu