diff options
author | Amit Singh Tomar <amittomer25@gmail.com> | 2020-04-19 19:28:34 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-04-24 16:40:09 -0400 |
commit | d5c819b885c217f545f9d86bc7f18f6adc739e47 (patch) | |
tree | 947843a91901baa75df4af5c8aab3613c01d5f91 /Kconfig | |
parent | 78e4f4594de0c0ab873a038379d958f7fa669069 (diff) |
actions: Move defconfig options to Kconfig
This patch moves some of the config options from bubblegum_96_defconfig
to respective Kconfig files.
Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
Diffstat (limited to 'Kconfig')
-rw-r--r-- | Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ config ENV_VARS_UBOOT_CONFIG config NR_DRAM_BANKS int "Number of DRAM banks" - default 1 if ARCH_SUNXI + default 1 if ARCH_SUNXI || ARCH_OWL default 4 help This defines the number of DRAM banks. |