Kconfig: move CONFIG_BASE_DEFCONFIG to rockchip Kconfig

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Ibae643de69aa59b8da048286fde2d736d570272d
This commit is contained in:
Joseph Chen 2020-07-10 09:16:49 +08:00
parent e21613fbf5
commit 216f7ce88f
2 changed files with 6 additions and 6 deletions

View File

@ -59,12 +59,6 @@ config CC_OPTIMIZE_FOR_SIZE
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
bool "Select defaults suitable for booting general purpose Linux distributions"
default y if ARCH_SUNXI || TEGRA

View File

@ -741,6 +741,12 @@ config ROCKCHIP_UART_MUX_SEL_M
help
This select uart multiplexer for debug uart iomux in board_debug_uart_init.
config BASE_DEFCONFIG
string "Base defconfig of config fragment"
default ""
help
Indicate the base defconfig of config fragment.
config GICV2
bool "ARM GICv2"