mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
bec23403ab
PD#SWPL-90890 Problem: remove not need depends on configs Solution: remove not need depends on configs Verify: sc2 Signed-off-by: qinglin.li <qinglin.li@amlogic.com> Change-Id: I57cf6462b6c13e924ef65a283d48404b6622fffe
20 lines
462 B
Plaintext
20 lines
462 B
Plaintext
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
config AMLOGIC_CPU_INFO
|
|
tristate "Amlogic chipid"
|
|
depends on AMLOGIC_SECMON
|
|
depends on MFD_SYSCON
|
|
default n
|
|
help
|
|
say y to enable Amlogic chipid driver
|
|
include to driver
|
|
cpu info, access with smccc
|
|
cpu version, access with reg
|
|
|
|
config AMLOGIC_SHOW_CPU_CHIPID
|
|
bool "Amlogic show cpu chipid in /proc/cpu_chipid"
|
|
depends on AMLOGIC_CPU_INFO
|
|
default n
|
|
help
|
|
show cpu chipid in /proc/cpuinfo
|