Configuration: Auto-select CONFIG_BUILD_LOADABLE when either CONFIG_BUILD_KERNEL or CONFIG_BINFMT_LOADABLE is selected.

This commit is contained in:
Xiang Xiao
2019-09-30 06:57:16 -06:00
committed by Gregory Nutt
parent d4ca483edc
commit 2d794f4102
7 changed files with 3 additions and 8 deletions

View File

@@ -22,6 +22,7 @@ config PATH_INITIAL
config BINFMT_LOADABLE
bool
select BUILD_LOADABLE
default n
---help---
Automatically selected if a loadable binary format is selected.