diff options
author | Wolfgang Müller | 2021-08-13 12:00:47 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-08-13 12:00:47 +0200 |
commit | 0fc0ca6b19dba33e947f09e5056706c3c3616b07 (patch) | |
tree | aecc75fcc2129d51e940f143c89f98f5b3e16957 /fragments | |
parent | b16f725a461bf9326322d5b297d236d5936ea082 (diff) | |
download | kernfrag-0fc0ca6b19dba33e947f09e5056706c3c3616b07.tar.gz |
fragments: Use expert mode by default
An upcoming commit which updates to the latest KSP recommendations
requires expert mode for one setting. Enable it here.
Diffstat (limited to 'fragments')
-rw-r--r-- | fragments/base/common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fragments/base/common b/fragments/base/common index 9380e69..cb6dd19 100644 --- a/fragments/base/common +++ b/fragments/base/common @@ -1,3 +1,5 @@ +CONFIG_EXPERT=y + CONFIG_SMP=y CONFIG_SYSVIPC=y |