Add Tizen Specific configuratoin.
- Enable tizen configuration to distinguish which board is used.
Change-Id: I09329b59cb7c2c47f72198a4bebde6ee511ffc7b
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Based on this option board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD> will
be used.
+config TIZEN_KHADAS_VIM3
+ bool "KHADAS VIM3 for 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"
+ help
+ When boot on Tizen Platform, enable this configuration.
+ If you want to use mainline boot, disable this.
+
endif
CONFIG_OF_LIBFDT_OVERLAY=y
CONFIG_DM_RESET=y
CONFIG_MESON_G12A=y
+CONFIG_TIZEN_KHADAS_VIM3=y
CONFIG_DEBUG_UART_BASE=0xff803000
CONFIG_DEBUG_UART_CLOCK=24000000
CONFIG_IDENT_STRING=" khadas-vim3"
CONFIG_OF_LIBFDT_OVERLAY=y
CONFIG_DM_RESET=y
CONFIG_MESON_G12A=y
+CONFIG_TIZEN_ODROID_N2=y
CONFIG_DEBUG_UART_BASE=0xff803000
CONFIG_DEBUG_UART_CLOCK=24000000
CONFIG_IDENT_STRING=" odroid-n2/n2-plus"