mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
configs: moving previous ubuntu.conf as ubuntu-minimal and creating a full ubuntu one
The ubuntu.conf now is based on the official ubuntu packages, enabling a large set of configs and drivers. Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
This commit is contained in:
committed by
Jon Medhurst
parent
d278a37868
commit
63c86d60df
24
linaro/configs/ubuntu-minimal.conf
Normal file
24
linaro/configs/ubuntu-minimal.conf
Normal file
@@ -0,0 +1,24 @@
|
||||
# CONFIG_LOCALVERSION_AUTO is not set
|
||||
# CONFIG_COMPAT_BRK is not set
|
||||
CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
|
||||
CONFIG_SECCOMP=y
|
||||
CONFIG_CC_STACKPROTECTOR=y
|
||||
CONFIG_SYN_COOKIES=y
|
||||
CONFIG_IPV6=y
|
||||
CONFIG_NETLABEL=y
|
||||
CONFIG_DEVTMPFS=y
|
||||
CONFIG_DEVTMPFS_MOUNT=y
|
||||
CONFIG_BLK_DEV_RAM=y
|
||||
CONFIG_BLK_DEV_RAM_SIZE=65536
|
||||
CONFIG_INPUT_MISC=y
|
||||
CONFIG_INPUT_UINPUT=y
|
||||
# CONFIG_DEVKMEM is not set
|
||||
CONFIG_FRAMEBUFFER_CONSOLE=y
|
||||
CONFIG_TMPFS_POSIX_ACL=y
|
||||
CONFIG_STRICT_DEVMEM=y
|
||||
CONFIG_SECURITY=y
|
||||
CONFIG_LSM_MMAP_MIN_ADDR=0
|
||||
CONFIG_SECURITY_SELINUX=y
|
||||
CONFIG_SECURITY_SMACK=y
|
||||
CONFIG_SECURITY_APPARMOR=y
|
||||
CONFIG_DEFAULT_SECURITY_APPARMOR=y
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user