mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
f76dbc1a97
PD#SWPL-150301 Problem: Kernel add fdtoverlay delete dts node config. Solution: 1.Add CONFIG_AMLOGIC_FDTO_REMOVE_NODE to support enable fdtoverlay delete dts node. 2.Delete redundant dts files. Verify: local Signed-off-by: haotian.qu <haotian.qu@amlogic.com> Change-Id: Iabbbdb699e457c13124308eb0cb0e38356a66764
6 lines
127 B
Plaintext
6 lines
127 B
Plaintext
config AMLOGIC_FDTO_REMOVE_NODE
|
|
bool "Amlogic Fdtoverlay Remove Node"
|
|
default n
|
|
help
|
|
Fdtoverlay support remove dtb node.
|