• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1if ARCH_GOLDFISH
2
3menu "Goldfish Options"
4
5config MACH_GOLDFISH
6	bool "Goldfish (Virtual Platform)"
7	select CPU_ARM926T
8
9config MACH_GOLDFISH_ARMV7
10	bool "Goldfish ARMv7 (Virtual Platform)"
11	select CPU_V7
12        select VFP
13        select VFPv3
14        select NEON
15
16endmenu
17
18endif
19