• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# SPEAr6XX Machine configuration file
3#
4
5if ARCH_SPEAR6XX
6
7menu "SPEAr6xx Implementations"
8config BOARD_SPEAR600_DT
9	bool "SPEAr600 generic board configured via device-tree"
10	select MACH_SPEAR600
11	select USE_OF
12	help
13	  Supports ST SPEAr600 boards configured via the device-tree
14
15endmenu
16
17config MACH_SPEAR600
18	bool "SPEAr600"
19	help
20	  Supports ST SPEAr600 Machine
21
22endif #ARCH_SPEAR6XX
23