Allow DEVTMPFS_MOUNT in kernel config (#1548)

It is important, that we have DEVTMPFS enabled in the kernel config. But
it  does not hurt to have DEVTMPFS_MOUNT enabled as well, and some of
Alpine's kernel configs have that by default. This commit removes the
check that forbids the option in kernel configs, so we can fork the
raspberry pi kernel package from Alpine without changing unrelated
options.
This commit is contained in:
Oliver Smith 2018-06-10 13:20:27 +00:00 committed by GitHub
parent 57ba70eb6d
commit cd181c541a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -168,7 +168,6 @@ necessary_kconfig_options = {
"all": {
"ANDROID_PARANOID_NETWORK": False,
"DEVTMPFS": True,
"DEVTMPFS_MOUNT": False,
"DM_CRYPT": True,
"EXT4_FS": True,
"PFT": False,