diff options
author | Andreas Färber <afaerber@suse.de> | 2017-02-13 13:45:05 -0500 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2017-05-25 06:17:45 -0400 |
commit | 1b0d665eb7e3f7aa8f031f1be2dadf3f4b6e0068 (patch) | |
tree | 9fa490d5d94f6bb36872f7808356c17b9dec3dcd | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff) |
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>
-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 | |||
121 | help | 121 | help |
122 | This enables support for the ARMv8 based Qualcomm chipsets. | 122 | This enables support for the ARMv8 based Qualcomm chipsets. |
123 | 123 | ||
124 | config ARCH_REALTEK | ||
125 | bool "Realtek Platforms" | ||
126 | help | ||
127 | This enables support for the ARMv8 based Realtek chipsets, | ||
128 | like the RTD1295. | ||
129 | |||
124 | config ARCH_ROCKCHIP | 130 | config ARCH_ROCKCHIP |
125 | bool "Rockchip Platforms" | 131 | bool "Rockchip Platforms" |
126 | select ARCH_HAS_RESET_CONTROLLER | 132 | select ARCH_HAS_RESET_CONTROLLER |