2022-06-14 14:14:56 +00:00
|
|
|
config APPLE_SILICON
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
config EXYNOS
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2023-07-18 11:41:37 +00:00
|
|
|
config QUALCOMM
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2023-07-19 16:35:00 +00:00
|
|
|
choice
|
2022-06-14 14:14:56 +00:00
|
|
|
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
|
|
|
|
|
2023-08-15 11:15:02 +00:00
|
|
|
config APPLE_T8010
|
|
|
|
bool "Support for Apple T8010"
|
|
|
|
default n
|
|
|
|
select APPLE_SILICON
|
|
|
|
help
|
|
|
|
Say Y if your device uses Apple T8010 SoC
|
|
|
|
|
2022-06-29 05:59:54 +00:00
|
|
|
config EXYNOS_7420
|
|
|
|
bool "Support for Exynos 7420"
|
|
|
|
default n
|
|
|
|
select EXYNOS
|
|
|
|
help
|
|
|
|
Say Y if your device uses Samsung Exynos7420 SoC
|
2022-06-15 14:45:19 +00:00
|
|
|
|
2023-08-11 17:37:20 +00:00
|
|
|
config EXYNOS_7570
|
|
|
|
bool "Support for Exynos 7570"
|
|
|
|
default n
|
|
|
|
select EXYNOS
|
|
|
|
help
|
|
|
|
Say Y if your device uses Samsung Exynos7570 SoC
|
|
|
|
|
2022-06-15 14:45:19 +00:00
|
|
|
config EXYNOS_7885
|
|
|
|
bool "Support for Exynos 7885"
|
|
|
|
default n
|
|
|
|
select EXYNOS
|
|
|
|
help
|
|
|
|
Say Y if your device uses Samsung Exynos7885 SoC
|
|
|
|
|
2022-06-14 14:14:56 +00:00
|
|
|
config EXYNOS_8895
|
|
|
|
bool "Support for Exynos 8895"
|
|
|
|
default n
|
|
|
|
select EXYNOS
|
|
|
|
help
|
|
|
|
Say Y if your device uses Samsung Exynos8895 SoC
|
2022-06-14 15:30:11 +00:00
|
|
|
|
2024-09-14 19:58:22 +00:00
|
|
|
config EXYNOS_9610
|
|
|
|
bool "Support for Exynos 9610"
|
|
|
|
default n
|
|
|
|
select EXYNOS
|
|
|
|
help
|
|
|
|
Say Y if your device uses Samsung Exynos9610 SoC
|
|
|
|
|
2022-06-14 15:30:11 +00:00
|
|
|
config EXYNOS_9810
|
|
|
|
bool "Support for Exynos 9810"
|
|
|
|
default n
|
|
|
|
select EXYNOS
|
|
|
|
help
|
|
|
|
Say Y if your device uses Samsung Exynos9810 SoC
|
2023-07-16 09:20:06 +00:00
|
|
|
|
|
|
|
config EXYNOS_990
|
|
|
|
bool "Support for Exynos 990"
|
|
|
|
default n
|
|
|
|
select EXYNOS
|
|
|
|
help
|
|
|
|
Say Y if your device uses Samsung Exynos990 SoC
|
2022-06-14 14:14:56 +00:00
|
|
|
|
2023-07-18 11:41:37 +00:00
|
|
|
config QC32_8916
|
|
|
|
bool "Support for QUALCOMM MSM8916"
|
|
|
|
default n
|
|
|
|
select QUALCOMM
|
|
|
|
help
|
|
|
|
Say Y if your device uses this Qualcomm SoC
|
2023-07-19 16:35:00 +00:00
|
|
|
endchoice
|