diff options
author | Andreas Färber <afaerber@suse.de> | 2017-10-05 04:59:15 +0300 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2020-04-13 00:13:38 +0300 |
commit | 86aeee4d0a4cc5f7a28fe209444887b93a9a47ca (patch) | |
tree | d25607246583936d98e00633c770031a58815b6e /arch/arm/Kconfig | |
parent | 8f3d9f354286745c751374f5f1fcafee6b3f3136 (diff) | |
download | linux-86aeee4d0a4cc5f7a28fe209444887b93a9a47ca.tar.xz |
ARM: Prepare Realtek RTD1195
Introduce ARCH_REALTEK Kconfig option also for 32-bit Arm.
Override the text offset to cope with boot ROM occupying first 0xa800
bytes and further reservations up to 0xf4000 (compare Device Tree).
Add a custom machine_desc to enforce memory carveout for I/O registers.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 66a04f6f4775..cbd6629e7d75 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -698,6 +698,8 @@ source "arch/arm/mach-qcom/Kconfig" source "arch/arm/mach-rda/Kconfig" +source "arch/arm/mach-realtek/Kconfig" + source "arch/arm/mach-realview/Kconfig" source "arch/arm/mach-rockchip/Kconfig" |