Kconfig: add base defconfig

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Iba62fbc17bc9e75c13ec8bc7d1d2bd7a14d08448
This commit is contained in:
Joseph Chen 2020-06-05 17:29:40 +08:00 committed by Jianhong Chen
parent 086e8fa830
commit 6c80fb8be4
1 changed files with 6 additions and 0 deletions

View File

@ -59,6 +59,12 @@ config CC_OPTIMIZE_FOR_SIZE
This option is enabled by default for U-Boot. This option is enabled by default for U-Boot.
config BASE_DEFCONFIG
string "Base defconfig of config fragment"
default ""
help
Indicate the base defconfig of config fragment.
config DISTRO_DEFAULTS config DISTRO_DEFAULTS
bool "Select defaults suitable for booting general purpose Linux distributions" bool "Select defaults suitable for booting general purpose Linux distributions"
default y if ARCH_SUNXI || TEGRA default y if ARCH_SUNXI || TEGRA