menu "S/R Options"
choice
	prompt "Select S/R Architecture"
	default SJK_SR_OLD_ARCH
	config SJK_SR_NEW_ARCH
		bool "select new sr arch"
	config SJK_SR_OLD_ARCH
		bool "select old sr arch"
endchoice

if SJK_SR_NEW_ARCH
	source "drivers/hisi/pm/new/Kconfig"
endif

if SJK_SR_OLD_ARCH
	source "drivers/hisi/pm/old/Kconfig"
endif
endmenu
