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:
Blance Tang
2018-12-18 10:42:43 +08:00
committed by Luan Yuan
parent db3ac63cf3
commit 601b8cce86
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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.