mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
4a19aad2b1
Enable common clock drivers on Keystone 2 based SOCs. Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
16 lines
397 B
Plaintext
16 lines
397 B
Plaintext
config ARCH_KEYSTONE
|
|
bool "Texas Instruments Keystone Devices"
|
|
depends on ARCH_MULTI_V7
|
|
select CPU_V7
|
|
select ARM_GIC
|
|
select HAVE_ARM_ARCH_TIMER
|
|
select HAVE_SMP
|
|
select CLKSRC_MMIO
|
|
select GENERIC_CLOCKEVENTS
|
|
select ARCH_WANT_OPTIONAL_GPIOLIB
|
|
select ARM_ERRATA_798181 if SMP
|
|
select COMMON_CLK_KEYSTONE
|
|
help
|
|
Support for boards based on the Texas Instruments Keystone family of
|
|
SoCs.
|