mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
buildroot: Enable ddr_window tool [1/1]
PD#SWPL-3340 Problem: DDR Window tool is no longer generated as a separate KO after DDR TOOL configuration setting changed CL:41064 Solution: Change DDR Window Tool configuration to tristate which can support standalone KO Enable DDR_TOOL in SmartHome default config Verify: Local Change-Id: I15370cabe428a5103c1fe9b345a085822c056932 Signed-off-by: Blance Tang <guofeng.tang@amlogic.com>
This commit is contained in:
@@ -309,6 +309,7 @@ CONFIG_AMLOGIC_PCIE=y
|
||||
CONFIG_AMLOGIC_IRBLASTER=y
|
||||
CONFIG_AMLOGIC_IIO=y
|
||||
CONFIG_AMLOGIC_SARADC=y
|
||||
CONFIG_AMLOGIC_DDR_TOOL=y
|
||||
CONFIG_AMLOGIC_DDR_WINDOW_TOOL=m
|
||||
CONFIG_AMLOGIC_LEDRING=y
|
||||
CONFIG_AMLOGIC_PCA9557_KEYPAD=y
|
||||
|
||||
@@ -9,8 +9,8 @@ config AMLOGIC_DDR_TOOL
|
||||
Please see folllowing configs
|
||||
|
||||
config AMLOGIC_DDR_WINDOW_TOOL
|
||||
bool "Meson ddr window tool"
|
||||
default n
|
||||
tristate "Meson ddr window tool"
|
||||
default m
|
||||
depends on AMLOGIC_DDR_TOOL
|
||||
help
|
||||
This config enables test for ddr window.
|
||||
|
||||
Reference in New Issue
Block a user