diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2020-11-02 08:43:07 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2023-10-17 13:19:24 +0900 |
commit | 448fb0b9b800c72ba939133beabdcf75c2dd6788 (patch) | |
tree | 4e6ea86e04d5cd3ee2a012e915e3cdf519c641df /configs | |
parent | 47aaabd94b477c82a38913d9fac89497d4bd3413 (diff) | |
download | u-boot-448fb0b9b800c72ba939133beabdcf75c2dd6788.tar.gz u-boot-448fb0b9b800c72ba939133beabdcf75c2dd6788.tar.bz2 u-boot-448fb0b9b800c72ba939133beabdcf75c2dd6788.zip |
ARM: meson: Kconfig: Add Tizen specific configuration
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/khadas-vim3_defconfig | 1 | ||||
-rw-r--r-- | configs/odroid-n2_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/khadas-vim3_defconfig b/configs/khadas-vim3_defconfig index d611124325..44def037b6 100644 --- a/configs/khadas-vim3_defconfig +++ b/configs/khadas-vim3_defconfig @@ -11,6 +11,7 @@ CONFIG_DEFAULT_DEVICE_TREE="meson-g12b-a311d-khadas-vim3" 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" diff --git a/configs/odroid-n2_defconfig b/configs/odroid-n2_defconfig index 60c419919b..bd143e4e7d 100644 --- a/configs/odroid-n2_defconfig +++ b/configs/odroid-n2_defconfig @@ -11,6 +11,7 @@ CONFIG_DEFAULT_DEVICE_TREE="meson-g12b-odroid-n2" 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" |