Kconfig 422 B

1234567891011121314151617181920
  1. if ARCH_IOP13XX
  2. menu "IOP13XX Implementation Options"
  3. comment "IOP13XX Platform Support"
  4. config MACH_IQ81340SC
  5. bool "Enable IQ81340SC Hardware Support"
  6. help
  7. Say Y here if you want to support running on the Intel IQ81340SC
  8. evaluation kit.
  9. config MACH_IQ81340MC
  10. bool "Enable IQ81340MC Hardware Support"
  11. help
  12. Say Y here if you want to support running on the Intel IQ81340MC
  13. evaluation kit.
  14. endmenu
  15. endif