Files
uniLoader/board/Kconfig
tildeguy e69eba1d89 board: add support for Huawei Mediapad T5
Adds the initial support for Huawei Mediapad T5 (agassi2) and Hi6250-based devices.
2026-02-21 11:16:21 +01:00

268 lines
6.6 KiB
Plaintext

menu "Device Support"
config AMAZON_PW3
bool "Support for Amazon Kindle Paperwhite 3"
default n
depends on FREESCALE_IMX6SL
help
Say Y if you want to include support for Amaozn Kindle
Paperwhite 3
config APPLE_N61AP
bool "Support for Apple iPhone 6"
default n
depends on APPLE_T7000
help
Say Y if you want to include support for iPhone 6
config GOOGLE_TAIMEN
bool "Support for Google Pixel 2 XL"
default n
depends on MSM8998
help
Say Y if you want to include support for Pixel 2 XL
config HUAWEI_AGASSI2
bool "Support for Huawei Mediapad T5"
default n
depends on HI6250
help
Say Y if you want to include support for Huawei Mediapad T5
config INFINIX_X6710
bool "Support for Infinix Note 30 VIP"
default n
depends on MT6893
help
Say Y if you want to include support for Infinix Note 30 VIP
config ITEL_P682LPN
bool "Support for itel Vision 3 Plus"
default n
depends on UMS9230
help
Say Y if you want to include support for itel Vision 3 Plus
config NOKIA_ESSENTIAL
bool "Support for Nokia 3"
default n
depends on MT6735
help
Say Y if you want to include support for Nokia 3
config NOTHING_TETRIS
bool "Support for CMF Phone 1"
default n
depends on MT6878
help
Say Y if you want to include support for CMF Phone 1
config NOTHING_TETRIS_DISABLE_WDT
bool "Disable the watchdog timer on startup"
default y
depends on NOTHING_TETRIS
help
Say Y if you want to disable the watchdog timer on startup
on this board. While this is obviously useful for end-users,
developers may want to leave this on to avoid holding down
the power button every time.
config QEMU_BOARD_VIRT
bool "Support for QEMU virt platform (aarch64)"
default n
depends on QEMU_SOC_VIRT
help
Say Y if you are using the generic QEMU emulation
platform target - virt.
config SAMSUNG_A105F
bool "Support for Samsung Galaxy A10"
default n
depends on EXYNOS_7885
help
Say Y if you want to include support for Samsung Galaxy A10
config SAMSUNG_A127F
bool "Support for Samsung Galaxy A12 Nacho"
default n
depends on EXYNOS_3830
help
Say Y if you want to include support for Samsung Galaxy A12 Nacho
config SAMSUNG_A305F
bool "Support for Samsung Galaxy A30"
default n
depends on EXYNOS_7885
help
Say Y if you want to include support for Samsung Galaxy A30
config SAMSUNG_A336B
bool "Support for Samsung Galaxy A33"
default n
depends on EXYNOS_1280
help
Say Y if you want to include support for Samsung Galaxy A33
config SAMSUNG_A3XELTE
bool "Support for Samsung Galaxy A3 2016"
default n
depends on EXYNOS_7580
help
Say Y if you want to include support for Samsung Galaxy A3 2016
config SAMSUNG_BEYOND1LTE
bool "Support for Samsung Galaxy S10"
default n
depends on EXYNOS_9820
help
Say Y if you want to include support for Samsung Galaxy S10
config SAMSUNG_C1S
bool "Support for Samsung Galaxy Note 20"
default n
depends on EXYNOS_990
help
Say Y if you want to include support for Samsung Galaxy Note 20
config SAMSUNG_DREAMLTE
bool "Support for Samsung Galaxy S8"
default n
depends on EXYNOS_8895
help
Say Y if you want to include support for Samsung Galaxy S8
config SAMSUNG_G0S
bool "Support for Samsung Galaxy S22+"
default n
depends on EXYNOS_2200
help
Say Y if you want to include support for Samsung Galaxy S22+
config SAMSUNG_GTA4XL
bool "Support for Samsung Galaxy Tab S6 Lite"
default n
depends on EXYNOS_9610
help
Say Y if you want to include support for Samsung Galaxy Tab S6 Lite
config SAMSUNG_HEROLTE
bool "Support for Samsung Galaxy S7"
default n
depends on EXYNOS_8890
help
Say Y if you want to include support for Samsung Galaxy S7
config SAMSUNG_J4LTE
bool "Support for Samsung Galaxy J4 2018"
default n
depends on EXYNOS_7570
help
Say Y if you want to include arm64 support for Samsung Galaxy J4 2018
config SAMSUNG_J5LTE
bool "Support for Samsung Galaxy J5 2015"
default n
depends on QC32_8916
help
Say Y if you want to include arm32 support for Samsung Galaxy J5 2015
config SAMSUNG_JACKPOTLTE
bool "Support for Samsung Galaxy A8 (2018)"
default n
depends on EXYNOS_7885
help
Say Y if you want to include support for Samsung Galaxy A8 (2018)
config SAMSUNG_NOBLELTE
bool "Support for Samsung Galaxy Note5"
default n
depends on EXYNOS_7420
help
Say Y if you want to include support for Samsung Galaxy Note 5
config SAMSUNG_R0Q
bool "Support for Samsung Galaxy S22"
default n
depends on SM8450
help
Say Y if you want to include support for Samsung Galaxy S22
config SAMSUNG_R8S
bool "Support for Samsung Galaxy S20 FE"
default n
depends on EXYNOS_990
help
Say Y if you want to include support for Samsung Galaxy S20 FE
config SAMSUNG_STARLTE
bool "Support for Samsung Galaxy S9"
default n
depends on EXYNOS_9810
help
Say Y if you want to include support for Samsung Galaxy S9
config SAMSUNG_X1S
bool "Support for Samsung Galaxy S20"
default n
depends on EXYNOS_990
help
Say Y if you want to include support for Samsung Galaxy S20
config SAMSUNG_ZEROFLTE
bool "Support for Samsung Galaxy S6"
default n
depends on EXYNOS_7420
help
Say Y if you want to include support for Samsung Galaxy S6
config VOLLA_ALGIZ
bool "Support for Volla Phone Quintus"
default n
depends on MT6877
help
Say Y if you want to include support for Volla Phone Quintus
config XIAOMI_BEGONIA
bool "Support for Redmi Note 8 Pro"
default n
depends on MT6785
help
Say Y if you want to include support for Redmi Note 8 Pro
config XIAOMI_BLOSSOM
bool "Support for Xiaomi Blossom devices"
default n
depends on MT6765
help
Say Y if you want to include support for Xiaomi Blossom
devices (R Vendor only):
Redmi 9A, Redmi 9I, Redmi 9AT, Redmi 10A, Redmi 9A Sport, Redmi 9I Sport,
Poco C3, Poco C31, Redmi 9C, Redmi 9C NFC, Redmi 9 India, Redmi 9 Active.
config XIAOMI_CAMELLIA
bool "Support for Xiaomi Poco M3 Pro 5G"
default n
depends on MT6833
help
Say Y if you want to include support for Poco M3 Pro 5G
endmenu
menu "Device Specific Addresses"
config TEXT_BASE
hex "UniLoader Text Base"
default 0x0
config PAYLOAD_ENTRY
hex "Payload Entry Address"
default 0x50000000 if NOTHING_TETRIS
default 0x050000000 if SAMSUNG_J4LTE
default 0x60000000 if VOLLA_ALGIZ
default 0x50000000 if XIAOMI_BEGONIA
config RAMDISK_ENTRY
hex "Ramdisk Entry Address"
default 0x40000000 if NOTHING_TETRIS
default 0x51100000 if VOLLA_ALGIZ
default 0x48000000 if XIAOMI_BEGONIA
endmenu