Kconfig 204 B

123456789101112131415161718
  1. menu "mpc5xx CPU"
  2. depends on 5xx
  3. config SYS_CPU
  4. default "mpc5xx"
  5. choice
  6. prompt "Target select"
  7. optional
  8. config TARGET_PATI
  9. bool "Support PATI"
  10. endchoice
  11. source "board/mpl/pati/Kconfig"
  12. endmenu