Kconfig 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #
  2. # Copyright (C) 2013-15 Synopsys, Inc. (www.synopsys.com)
  3. #
  4. # This program is free software; you can redistribute it and/or modify
  5. # it under the terms of the GNU General Public License version 2 as
  6. # published by the Free Software Foundation.
  7. #
  8. menuconfig ARC_PLAT_AXS10X
  9. bool "Synopsys ARC AXS10x Software Development Platforms"
  10. select DW_APB_ICTL
  11. select GPIO_DWAPB
  12. select OF_GPIO
  13. select MIGHT_HAVE_PCI
  14. select GENERIC_IRQ_CHIP
  15. select GPIOLIB
  16. help
  17. Support for the ARC AXS10x Software Development Platforms.
  18. The AXS10x Platforms consist of a mainboard with peripherals,
  19. on which several daughter cards can be placed. The daughter cards
  20. typically contain a CPU and memory.
  21. if ARC_PLAT_AXS10X
  22. config AXS101
  23. depends on ISA_ARCOMPACT
  24. bool "AXS101 with AXC001 CPU Card (ARC 770D/EM6/AS221)"
  25. help
  26. This adds support for the 770D/EM6/AS221 CPU Card. Only the ARC
  27. 770D is supported in Linux.
  28. The AXS101 Platform consists of an AXS10x mainboard with
  29. this daughtercard. Please use the axs101.dts device tree
  30. with this configuration.
  31. config AXS103
  32. bool "AXS103 with AXC003 CPU Card (ARC HS38x)"
  33. depends on ISA_ARCV2
  34. help
  35. This adds support for the HS38x CPU Card.
  36. The AXS103 Platform consists of an AXS10x mainboard with
  37. this daughtercard. Please use the axs103.dts device tree
  38. with this configuration.
  39. endif