14 lines
173 B
Plaintext
14 lines
173 B
Plaintext
menu "Arch::Arm9"
|
|
|
|
config CPU_FREQ_HZ
|
|
int "Set Cpu Freq Hz"
|
|
default 120000000
|
|
help
|
|
CPU frequency
|
|
|
|
config ARCH_ARM9
|
|
bool "Enable Arch ARM9"
|
|
default n
|
|
|
|
endmenu
|