Kconfig 164 B

1234567891011
  1. if ARCH_AAEC2000
  2. menu "Agilent AAEC-2000 Implementations"
  3. config MACH_AAED2000
  4. bool "Agilent AAED-2000 Development Platform"
  5. select CPU_ARM920T
  6. endmenu
  7. endif