forked from rrcarlosr/Jetpack
14 lines
214 B
Plaintext
14 lines
214 B
Plaintext
config CLK_UNIPHIER
|
|
bool
|
|
select CLK
|
|
select SPL_CLK
|
|
|
|
menu "Clock drivers for UniPhier SoCs"
|
|
depends on CLK_UNIPHIER
|
|
|
|
config CLK_UNIPHIER_MIO
|
|
bool "Clock driver for UniPhier Media I/O block"
|
|
default y
|
|
|
|
endmenu
|