Kconfig 465 字节
Newer Older
V
Viresh Kumar 已提交
1 2 3 4 5 6 7 8 9
#
# SPEAr13XX Machine configuration file
#

if ARCH_SPEAR13XX

menu "SPEAr13xx Implementations"
config MACH_SPEAR1310
	bool "SPEAr1310 Machine support with Device Tree"
10
	select PINCTRL_SPEAR1310
V
Viresh Kumar 已提交
11 12 13 14 15
	help
	  Supports ST SPEAr1310 machine configured via the device-tree

config MACH_SPEAR1340
	bool "SPEAr1340 Machine support with Device Tree"
16
	select PINCTRL_SPEAR1340
V
Viresh Kumar 已提交
17 18 19 20
	help
	  Supports ST SPEAr1340 machine configured via the device-tree
endmenu
endif #ARCH_SPEAR13XX