16 lines
213 B
Plaintext
16 lines
213 B
Plaintext
|
menu "Sunxi Platform Support"
|
||
|
|
||
|
menuconfig CPUFREQ_SUPPORT
|
||
|
bool "cpufreq support"
|
||
|
default n
|
||
|
help
|
||
|
support cpufreq module.
|
||
|
|
||
|
if CPUFREQ_SUPPORT
|
||
|
|
||
|
source "ekernel/arch/riscv/sunxi/sun20iw3/Kconfig"
|
||
|
|
||
|
endif
|
||
|
|
||
|
endmenu
|