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:
parent
e21613fbf5
commit
216f7ce88f
6
Kconfig
6
Kconfig
|
|
@ -59,12 +59,6 @@ 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
|
||||||
|
|
|
||||||
|
|
@ -741,6 +741,12 @@ config ROCKCHIP_UART_MUX_SEL_M
|
||||||
help
|
help
|
||||||
This select uart multiplexer for debug uart iomux in board_debug_uart_init.
|
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
|
config GICV2
|
||||||
bool "ARM GICv2"
|
bool "ARM GICv2"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue