#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#

comment "GAP8 configuration"

config CORE_CLOCK_FREQ
	int "Core clock frequency"
	range 150000000 250000000
	default 200000000
	---help---
		The core clock in Hz. GAP8 is able to run up to 250MHz.
