config: kernel: fix missed CGROUP_HUGETLB symbol
authorYuan Tao <ty@wevs.org>
Sat, 22 Aug 2020 11:31:20 +0000 (19:31 +0800)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 24 Aug 2020 00:09:30 +0000 (01:09 +0100)
commitba2ddba56b7824008fb3b544b1e1ae5d52ee39e5
tree87cd99f3793bd140e069e504bc4022e341a9bf32
parent2eaf03b4d8fffbbb5f987382c2af28a12a8f8993
config: kernel: fix missed CGROUP_HUGETLB symbol

The symbol KERNEL_CGROUP_HUGETLB is always used whenever KERNEL_CGROUPS is enabled.
The absence of this notation will cause the user to be asked to enter this parameter the first time it is compiled.

Signed-off-by: Yuan Tao <ty@wevs.org>
config/Config-kernel.in