commit | 82704faeede98b214a7d7933e3ae473dd6f04516 | [log] [tgz] |
---|---|---|
author | Amit Singh Tomar <amittomer25@gmail.com> | Sun Apr 19 19:28:34 2020 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 24 16:40:09 2020 -0400 |
tree | 947843a91901baa75df4af5c8aab3613c01d5f91 | |
parent | 0b880dd77e0879cabb9f94495bc9968f1fa1ea19 [diff] [blame] |
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>
diff --git a/Kconfig b/Kconfig index 83b5b05..9a5e600 100644 --- a/Kconfig +++ b/Kconfig
@@ -111,7 +111,7 @@ 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.