Kconfig (cb54b53adae70701bdd77d848cea4b9b39b61cf9) | Kconfig (f07d73e33d0eb9858d48b81eb7037e132293ed84) |
---|---|
1if ARCH_DOVE 2 3menu "Marvell Dove Implementations" 4 5config DOVE_LEGACY 6 bool 7 8config MACH_DOVE_DB --- 9 unchanged lines hidden (view full) --- 18 select DOVE_LEGACY 19 help 20 Say 'Y' here if you want your kernel to support the 21 CompuLab CM-A510 Board. 22 23config MACH_DOVE_DT 24 bool "Marvell Dove Flattened Device Tree" 25 select DOVE_CLK | 1if ARCH_DOVE 2 3menu "Marvell Dove Implementations" 4 5config DOVE_LEGACY 6 bool 7 8config MACH_DOVE_DB --- 9 unchanged lines hidden (view full) --- 18 select DOVE_LEGACY 19 help 20 Say 'Y' here if you want your kernel to support the 21 CompuLab CM-A510 Board. 22 23config MACH_DOVE_DT 24 bool "Marvell Dove Flattened Device Tree" 25 select DOVE_CLK |
26 select ORION_IRQCHIP 27 select ORION_TIMER |
|
26 select REGULATOR 27 select REGULATOR_FIXED_VOLTAGE 28 select USE_OF 29 help 30 Say 'Y' here if you want your kernel to support the 31 Marvell Dove using flattened device tree. 32 33endmenu 34 35endif | 28 select REGULATOR 29 select REGULATOR_FIXED_VOLTAGE 30 select USE_OF 31 help 32 Say 'Y' here if you want your kernel to support the 33 Marvell Dove using flattened device tree. 34 35endmenu 36 37endif |