mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
7da080de9e
The Kconfig symbol HAVE_SCHED_CLOCK got removed in v3.4, with commit6905a65879
("ARM: Make the sched_clock framework mandatory"). But a select statement for it popped up again through commit828989ad87
("ARM: keystone: Add minimal TI Keystone platform support"). Drop that statement, as it is useless. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> [santosh.shilimkar@ti.com: Minor edit in the subject] Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
14 lines
369 B
Text
14 lines
369 B
Text
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
|
|
help
|
|
Support for boards based on the Texas Instruments Keystone family of
|
|
SoCs.
|