diff options
author | Andreas Färber <afaerber@suse.de> | 2017-02-13 19:45:05 +0100 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2017-05-25 12:17:45 +0200 |
commit | 1b0d665eb7e3f7aa8f031f1be2dadf3f4b6e0068 (patch) | |
tree | 9fa490d5d94f6bb36872f7808356c17b9dec3dcd /arch/arm64/Kconfig.platforms | |
parent | Linux 4.12-rc1 (diff) | |
download | linux-1b0d665eb7e3f7aa8f031f1be2dadf3f4b6e0068.tar.xz linux-1b0d665eb7e3f7aa8f031f1be2dadf3f4b6e0068.zip |
ARM64: Prepare Realtek RTD1295
Add a Kconfig option ARCH_REALTEK.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 4afcffcb46cb..3536d99cc9f3 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -121,6 +121,12 @@ config ARCH_QCOM help This enables support for the ARMv8 based Qualcomm chipsets. +config ARCH_REALTEK + bool "Realtek Platforms" + help + This enables support for the ARMv8 based Realtek chipsets, + like the RTD1295. + config ARCH_ROCKCHIP bool "Rockchip Platforms" select ARCH_HAS_RESET_CONTROLLER |