Kconfig 456 字节
Newer Older
1
if SH_HIGHLANDER
2

3 4 5 6 7 8
choice
	prompt "Highlander options"
	default SH_R7780MP

config SH_R7780RP
	bool "R7780RP-1 board support"
P
Paul Mundt 已提交
9
	depends on CPU_SUBTYPE_SH7780
10 11 12

config SH_R7780MP
	bool "R7780MP board support"
P
Paul Mundt 已提交
13
	depends on CPU_SUBTYPE_SH7780
14 15 16 17
	help
	  Selecting this option will enable support for the mass-production
	  version of the R7780RP. If in doubt, say Y.

18 19
config SH_R7785RP
	bool "R7785RP board support"
P
Paul Mundt 已提交
20
	depends on CPU_SUBTYPE_SH7785
21 22

endchoice
23 24

endif