tizen: amlogic: move CONFIG_TIZEN into Kconfig
[platform/kernel/u-boot.git] / arch / arm / mach-meson / Kconfig
index 66d15ba..bfa3f8b 100644 (file)
@@ -95,26 +95,36 @@ config SYS_CONFIG_NAME
          Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
          will be used for board configuration.
 
+config TIZEN
+       bool "Tizen OS"
+       help
+        When boot on Tizen Platform, enable this configuration.
+        If you want to use mainline boot, disable this.
+
 config TIZEN_KHADAS_VIM3
        bool "KHADAS VIM3 for Tizen"
+       select TIZEN
        help
         When boot on Tizen Platform, enable this configuration.
         If you want to use mainline boot, disable this.
 
 config TIZEN_KHADAS_VIM3L
        bool "KHADAS VIM3L for Tizen"
+       select TIZEN
        help
         When boot on Tizen Platform, enable this configuration.
         If you want to use mainline boot, disable this.
 
 config TIZEN_ODROID_N2
        bool "Odroid N2 for Tizen"
+       select TIZEN
        help
         When boot on Tizen Platform, enable this configuration.
         If you want to use mainline boot, disable this.
 
 config TIZEN_ODROID_C4
        bool "Odroid C4 for Tizen"
+       select TIZEN
        help
         When boot on Tizen Platform, enable this configuration.
         If you want to use mainline boot, disable this.