1menu "CCMU Devices" 2 3config DRIVERS_CCMU 4 bool "enable ccmu driver" 5 default y 6 7config DRIVERS_SUNXI_CLK 8 bool "enable sunxi ccmu driver" 9 depends on DRIVERS_CCMU 10 default y 11 12config DRIVERS_SUNXI_CCU 13 bool "enable sunxi-ng ccmu driver" 14 depends on DRIVERS_CCMU 15 default n 16 17config HAL_TEST_CLK 18 bool "enable sunxi ccmu hal APIs test command" 19 depends on DRIVERS_SUNXI_CLK 20 default n 21 22config HAL_TEST_CCU 23 bool "enable sunxi-ng ccmu hal APIs test command" 24 depends on DRIVERS_SUNXI_CCU 25 default n 26 27endmenu 28