2022-12-03 12:07:44 +08:00
|
|
|
menu "CCMU Devices"
|
|
|
|
|
|
|
|
config DRIVERS_CCMU
|
|
|
|
bool "enable ccmu driver"
|
|
|
|
default y
|
|
|
|
|
|
|
|
config DRIVERS_SUNXI_CLK
|
|
|
|
bool "enable sunxi ccmu driver"
|
2023-01-09 10:14:23 +08:00
|
|
|
depends on DRIVERS_CCMU
|
2022-12-03 12:07:44 +08:00
|
|
|
default y
|
|
|
|
|
|
|
|
config DRIVERS_SUNXI_CCU
|
|
|
|
bool "enable sunxi-ng ccmu driver"
|
2023-01-09 10:14:23 +08:00
|
|
|
depends on DRIVERS_CCMU
|
2022-12-03 12:07:44 +08:00
|
|
|
default n
|
|
|
|
|
|
|
|
config HAL_TEST_CLK
|
|
|
|
bool "enable sunxi ccmu hal APIs test command"
|
2023-01-09 10:14:23 +08:00
|
|
|
depends on DRIVERS_SUNXI_CLK
|
2022-12-03 12:07:44 +08:00
|
|
|
default n
|
|
|
|
|
|
|
|
config HAL_TEST_CCU
|
|
|
|
bool "enable sunxi-ng ccmu hal APIs test command"
|
2023-01-09 10:14:23 +08:00
|
|
|
depends on DRIVERS_SUNXI_CCU
|
2022-12-03 12:07:44 +08:00
|
|
|
default n
|
|
|
|
|
|
|
|
endmenu
|