blob: fbe298bd1d927ee31453817598f351b2629ca666 [file] [log] [blame]
viresh kumar8f590d42010-04-01 12:31:01 +01001#
2# SPEAr6XX Machine configuration file
3#
4
5if ARCH_SPEAR6XX
6
viresh kumar202fae92011-05-20 08:34:26 +01007menu "SPEAr6xx Implementations"
Stefan Roese9652e8b2012-03-16 14:03:23 +01008config BOARD_SPEAR600_DT
9 bool "SPEAr600 generic board configured via device-tree"
viresh kumar202fae92011-05-20 08:34:26 +010010 select MACH_SPEAR600
Stefan Roese9652e8b2012-03-16 14:03:23 +010011 select USE_OF
viresh kumar202fae92011-05-20 08:34:26 +010012 help
Stefan Roese9652e8b2012-03-16 14:03:23 +010013 Supports ST SPEAr600 boards configured via the device-tree
viresh kumar202fae92011-05-20 08:34:26 +010014
15endmenu
viresh kumar8f590d42010-04-01 12:31:01 +010016
17config MACH_SPEAR600
18 bool "SPEAr600"
19 help
20 Supports ST SPEAr600 Machine
viresh kumar8f590d42010-04-01 12:31:01 +010021
22endif #ARCH_SPEAR6XX