mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
9be26bf0bd
PD#SWPL-68638 Problem: porting socinfo driver Solution: 1. porting socinfo driver 2. modify code style 3. disabel config becasue not for android Verify: s4d Change-Id: I56a44e7d67df5615f50b49b616c8c56eb4fa4e24 Signed-off-by: wanwei.jiang <wanwei.jiang@amlogic.com>
8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
config AMLOGIC_SOC_INFO
|
|
tristate "Amlogic soc"
|
|
default n
|
|
help
|
|
say y to enable Amlogic chipid driver.
|