1menu "mpc8xx CPU" 2 depends on 8xx 3 4config SYS_CPU 5 default "mpc8xx" 6 7choice 8 prompt "Target select" 9 optional 10 11config TARGET_TQM823L 12 bool "Support TQM823L" 13 14config TARGET_TQM823M 15 bool "Support TQM823M" 16 17config TARGET_TQM850L 18 bool "Support TQM850L" 19 20config TARGET_TQM850M 21 bool "Support TQM850M" 22 23config TARGET_TQM855L 24 bool "Support TQM855L" 25 26config TARGET_TQM855M 27 bool "Support TQM855M" 28 29config TARGET_TQM860L 30 bool "Support TQM860L" 31 32config TARGET_TQM860M 33 bool "Support TQM860M" 34 35config TARGET_TQM862L 36 bool "Support TQM862L" 37 38config TARGET_TQM862M 39 bool "Support TQM862M" 40 41config TARGET_TQM866M 42 bool "Support TQM866M" 43 44config TARGET_TQM885D 45 bool "Support TQM885D" 46 47endchoice 48 49source "board/tqc/tqm8xx/Kconfig" 50 51endmenu 52