From 4dbe0e0a5e26fe42b9024cd61b6cadae23245cbb Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 10 Aug 2017 13:33:30 -0500 Subject: [PATCH] dts: Make Kconfig options invisible to user The DTS related Kconfig options to should be selected by boards or drivers, not by users. Signed-off-by: Kumar Gala --- dts/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dts/Kconfig b/dts/Kconfig index ef06cd5a300..8bb823c6ee1 100644 --- a/dts/Kconfig +++ b/dts/Kconfig @@ -1,18 +1,18 @@ config HAS_DTS - bool "Uses Device Tree" + bool help This option specifies that the target platform supports device tree configuration. config HAS_DTS_ADC - bool "ADC uses Device Tree" + bool depends on HAS_DTS help This option specifies that the target platform supports device tree configuration for ADC. config HAS_DTS_I2C - bool "I2C uses Device Tree" + bool default n depends on HAS_DTS help