Kconfig (508dc4f8eece1a70c493afc6511fdf5934fef567) Kconfig (0b5ea1e230432d79ce985338bbcbab1f82ae26a0)
1if ARCH_U8500
2
3config UX500_SOC_COMMON
4 bool
5 default y
6 select ARM_GIC
7 select HAS_MTU
8 select PL310_ERRATA_753970

--- 14 unchanged lines hidden (view full) ---

23menu "Ux500 target platform (boards)"
24
25config MACH_MOP500
26 bool "U8500 Development platform, MOP500 versions"
27 select UX500_SOC_DB8500
28 select I2C
29 select I2C_NOMADIK
30 select SOC_BUS
1if ARCH_U8500
2
3config UX500_SOC_COMMON
4 bool
5 default y
6 select ARM_GIC
7 select HAS_MTU
8 select PL310_ERRATA_753970

--- 14 unchanged lines hidden (view full) ---

23menu "Ux500 target platform (boards)"
24
25config MACH_MOP500
26 bool "U8500 Development platform, MOP500 versions"
27 select UX500_SOC_DB8500
28 select I2C
29 select I2C_NOMADIK
30 select SOC_BUS
31 select REGULATOR_FIXED_VOLTAGE
31 help
32 Include support for the MOP500 development platform.
33
34config MACH_HREFV60
35 bool "U8500 Development platform, HREFv60 version"
36 select MACH_MOP500
37 help
38 Include support for the HREFv60 new development platform.
39 Includes HREFv70, v71 etc.
40
41config MACH_SNOWBALL
42 bool "U8500 Snowball platform"
43 select MACH_MOP500
32 help
33 Include support for the MOP500 development platform.
34
35config MACH_HREFV60
36 bool "U8500 Development platform, HREFv60 version"
37 select MACH_MOP500
38 help
39 Include support for the HREFv60 new development platform.
40 Includes HREFv70, v71 etc.
41
42config MACH_SNOWBALL
43 bool "U8500 Snowball platform"
44 select MACH_MOP500
45 select LEDS_GPIO
44 help
45 Include support for the snowball development platform.
46
47config UX500_AUTO_PLATFORM
48 def_bool y
49 select MACH_MOP500
50 help
51 At least one platform needs to be selected in order to build

--- 18 unchanged lines hidden ---
46 help
47 Include support for the snowball development platform.
48
49config UX500_AUTO_PLATFORM
50 def_bool y
51 select MACH_MOP500
52 help
53 At least one platform needs to be selected in order to build

--- 18 unchanged lines hidden ---