]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/powerpc/cpu/mpc8260/Kconfig
fs: Convert CONFIG_CMD_CRAMFS to Kconfig
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc8260 / Kconfig
CommitLineData
dd84058d
MY
1menu "mpc8260 CPU"
2 depends on MPC8260
3
4config SYS_CPU
dd84058d
MY
5 default "mpc8260"
6
7choice
8 prompt "Target select"
a26cd049 9 optional
dd84058d 10
dd84058d
MY
11config TARGET_KM82XX
12 bool "Support km82xx"
97072747 13 imply CMD_CRAMFS
dd84058d 14
dd84058d
MY
15endchoice
16
dd84058d 17source "board/keymile/km82xx/Kconfig"
dd84058d
MY
18
19endmenu