linux/arch/arm/mach-prima2/Kconfig
<<
>>
Prefs
   1if ARCH_SIRF
   2
   3menu "CSR SiRF primaII/Marco/Polo Specific Features"
   4
   5config ARCH_PRIMA2
   6        bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
   7        default y
   8        select CPU_V7
   9        select SIRF_IRQ
  10        select ZONE_DMA
  11        help
  12          Support for CSR SiRFSoC ARM Cortex A9 Platform
  13
  14config ARCH_MARCO
  15        bool "CSR SiRFSoC MARCO ARM Cortex A9 Platform"
  16        default y
  17        select ARM_GIC
  18        select CPU_V7
  19        select HAVE_SMP
  20        select SMP_ON_UP
  21        help
  22          Support for CSR SiRFSoC ARM Cortex A9 Platform
  23
  24endmenu
  25
  26config SIRF_IRQ
  27        bool
  28
  29endif
  30
lxr.linux.no kindly hosted by Redpill Linpro AS, provider of Linux consulting and operations services since 1995.