mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2024-11-12 23:21:27 +00:00
0d2f55d9f6
Signed-off-by: Alexandru Chimac <alexchimac@protonmail.com>
86 lines
1.5 KiB
Plaintext
86 lines
1.5 KiB
Plaintext
config APPLE_SILICON
|
|
bool
|
|
default n
|
|
|
|
config EXYNOS
|
|
bool
|
|
default n
|
|
|
|
config QUALCOMM
|
|
bool
|
|
default n
|
|
|
|
choice
|
|
prompt "SoC Support"
|
|
|
|
config APPLE_T7000
|
|
bool "Support for Apple T7000"
|
|
default n
|
|
select APPLE_SILICON
|
|
help
|
|
Say Y if your device uses Apple T7000 SoC
|
|
|
|
config APPLE_T8010
|
|
bool "Support for Apple T8010"
|
|
default n
|
|
select APPLE_SILICON
|
|
help
|
|
Say Y if your device uses Apple T8010 SoC
|
|
|
|
config EXYNOS_7420
|
|
bool "Support for Exynos 7420"
|
|
default n
|
|
select EXYNOS
|
|
help
|
|
Say Y if your device uses Samsung Exynos7420 SoC
|
|
|
|
config EXYNOS_7570
|
|
bool "Support for Exynos 7570"
|
|
default n
|
|
select EXYNOS
|
|
help
|
|
Say Y if your device uses Samsung Exynos7570 SoC
|
|
|
|
config EXYNOS_7885
|
|
bool "Support for Exynos 7885"
|
|
default n
|
|
select EXYNOS
|
|
help
|
|
Say Y if your device uses Samsung Exynos7885 SoC
|
|
|
|
config EXYNOS_8895
|
|
bool "Support for Exynos 8895"
|
|
default n
|
|
select EXYNOS
|
|
help
|
|
Say Y if your device uses Samsung Exynos8895 SoC
|
|
|
|
config EXYNOS_9610
|
|
bool "Support for Exynos 9610"
|
|
default n
|
|
select EXYNOS
|
|
help
|
|
Say Y if your device uses Samsung Exynos9610 SoC
|
|
|
|
config EXYNOS_9810
|
|
bool "Support for Exynos 9810"
|
|
default n
|
|
select EXYNOS
|
|
help
|
|
Say Y if your device uses Samsung Exynos9810 SoC
|
|
|
|
config EXYNOS_990
|
|
bool "Support for Exynos 990"
|
|
default n
|
|
select EXYNOS
|
|
help
|
|
Say Y if your device uses Samsung Exynos990 SoC
|
|
|
|
config QC32_8916
|
|
bool "Support for QUALCOMM MSM8916"
|
|
default n
|
|
select QUALCOMM
|
|
help
|
|
Say Y if your device uses this Qualcomm SoC
|
|
endchoice
|