Skip to content

Commit

Permalink
configs: pmos: Select some extra configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ultra-azu authored and SirSireesh committed Jun 21, 2021
1 parent 6418661 commit 335b5ff
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions kernel/configs/pmos.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ CONFIG_CRYPTO_XTS=y
CONFIG_DEVTMPFS=y
CONFIG_DM_CRYPT=m
CONFIG_EXT4_FS=y
CONFIG_EXT4_FS_SECURITY=y
CONFIG_F2FS_FS=y
CONFIG_F2FS_FS_SECURITY=y
CONFIG_FS_ENCRYPTION=y
CONFIG_FS_ENCRYPTION_ALGS=y
CONFIG_MD=y
CONFIG_SYSVIPC=y
CONFIG_UEVENT_HELPER=y
Expand Down Expand Up @@ -37,3 +41,17 @@ CONFIG_NETFILTER_XT_MATCH_COMMENT=m

# fbkeyboard
CONFIG_INPUT_UINPUT=m

# pmOS splash screen
CONFIG_DRM_MSM=y

# Notifications
CONFIG_WATCH_QUEUE=y

# Gzipped modules
CONFIG_MODULE_COMPRESS_GZIP=y

# HID stuff
CONFIG_HID_BATTERY_STRENGTH=y
CONFIG_HIDRAW=y
CONFIG_UHID=y

0 comments on commit 335b5ff

Please sign in to comment.