mirror of
https://github.com/torvalds/linux.git
synced 2024-11-30 16:11:38 +00:00
5b03df9ace
With true DT clock providers available switch Dove clock setup in DT- enabled boards. While AUXDATA can be removed completely from bus probing, some devices still don't know about DT at all. Therefore, some clock aliases are created until the devices also move to DT. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
30 lines
633 B
Plaintext
30 lines
633 B
Plaintext
if ARCH_DOVE
|
|
|
|
menu "Marvell Dove Implementations"
|
|
|
|
config MACH_DOVE_DB
|
|
bool "Marvell DB-MV88AP510 Development Board"
|
|
select I2C_BOARDINFO
|
|
help
|
|
Say 'Y' here if you want your kernel to support the
|
|
Marvell DB-MV88AP510 Development Board.
|
|
|
|
config MACH_CM_A510
|
|
bool "CompuLab CM-A510 Board"
|
|
help
|
|
Say 'Y' here if you want your kernel to support the
|
|
CompuLab CM-A510 Board.
|
|
|
|
config MACH_DOVE_DT
|
|
bool "Marvell Dove Flattened Device Tree"
|
|
select MVEBU_CLK_CORE
|
|
select MVEBU_CLK_GATING
|
|
select USE_OF
|
|
help
|
|
Say 'Y' here if you want your kernel to support the
|
|
Marvell Dove using flattened device tree.
|
|
|
|
endmenu
|
|
|
|
endif
|