Kconfig: add base defconfig
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Iba62fbc17bc9e75c13ec8bc7d1d2bd7a14d08448
This commit is contained in:
parent
086e8fa830
commit
6c80fb8be4
6
Kconfig
6
Kconfig
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue