mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 12:40:53 +07:00
86aeee4d0a
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>
12 lines
316 B
Plaintext
12 lines
316 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
menuconfig ARCH_REALTEK
|
|
bool "Realtek SoCs"
|
|
depends on ARCH_MULTI_V7
|
|
select ARM_GIC
|
|
select ARM_GLOBAL_TIMER
|
|
select CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK
|
|
select GENERIC_IRQ_CHIP
|
|
select RESET_CONTROLLER
|
|
help
|
|
This enables support for the Realtek RTD1195 SoC family.
|