Commit 2e242c51 authored by Henrik Brix Andersen's avatar Henrik Brix Andersen Committed by Anas Nashif
Browse files

soc: riscv: ite: it8xxx2: guard SoC Kconfig options



Guard the IT8XXX2 SoC specific Kconfig options with 'if ... endif'.

Signed-off-by: default avatarHenrik Brix Andersen <henrik@brixandersen.dk>
parent d63d828c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -12,6 +12,8 @@ config SOC_IT8XXX2

endchoice

if SOC_IT8XXX2

config SOC_IT8XXX2_PLL_FLASH_48M
	bool "Flash frequency is 48MHz"
	default y
@@ -31,3 +33,5 @@ config SOC_IT8XXX2_EXT_32K
	bool "Use external 32.768 kHz clock source"

endchoice

endif # SOC_IT8XXX2