buildroot: Enable ddr_window tool [1/1]
authorBlance Tang <guofeng.tang@amlogic.com>
Tue, 18 Dec 2018 02:42:43 +0000 (10:42 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Tue, 18 Dec 2018 08:42:08 +0000 (00:42 -0800)
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>
arch/arm64/configs/meson64_smarthome_defconfig
drivers/amlogic/ddr_tool/Kconfig

index 25a809f..88013c6 100644 (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
index 7e5f0f9..d211eee 100644 (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.