mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 00:06:46 +07:00
c12547a00d
Change the Kconfig option logic to fullfil with the current approach. A new Kconfig option is added, CONFIG_KEYSTONE_TIMER and is selected by the platform. Then the clocksource's Kconfig is changed to make this option selectable by the user if the COMPILE_TEST option is set. Otherwise, it is up to the platform's Kconfig to select the timer. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
17 lines
449 B
Plaintext
17 lines
449 B
Plaintext
config ARCH_KEYSTONE
|
|
bool "Texas Instruments Keystone Devices"
|
|
depends on ARCH_MULTI_V7
|
|
depends on ARM_PATCH_PHYS_VIRT
|
|
select ARM_GIC
|
|
select HAVE_ARM_ARCH_TIMER
|
|
select KEYSTONE_TIMER
|
|
select ARM_ERRATA_798181 if SMP
|
|
select COMMON_CLK_KEYSTONE
|
|
select ARCH_SUPPORTS_BIG_ENDIAN
|
|
select ZONE_DMA if ARM_LPAE
|
|
select MIGHT_HAVE_PCI
|
|
select PCI_DOMAINS if PCI
|
|
help
|
|
Support for boards based on the Texas Instruments Keystone family of
|
|
SoCs.
|