diff options
author | Rob Herring <robh@kernel.org> | 2016-10-11 16:54:38 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-10-11 18:06:32 -0400 |
commit | f023a3956f273859ed36f624f75a66c272124b16 (patch) | |
tree | f5bbb57075e026783bdc4e65abb145d35c0f7379 | |
parent | a2c6a235dbf4318fc7f7981932478e6c47f093ab (diff) |
config: android: move device mapper options to recommended
CONFIG_MD is in recommended, but other dependent options like DM_CRYPT and
DM_VERITY options are in base. The result is the options in base don't
get enabled when applying both base and recommended fragments. Move all
the options to recommended.
Link: http://lkml.kernel.org/r/20160908185934.18098-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: John Stultz <john.stultz@linaro.org>
Cc: Amit Pundir <amit.pundir@linaro.org>
Cc: Dmitry Shmidt <dimitrysh@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | kernel/configs/android-base.config | 4 | ||||
-rw-r--r-- | kernel/configs/android-recommended.config | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kernel/configs/android-base.config b/kernel/configs/android-base.config index fcf2de834ee9..da8b3e9deac6 100644 --- a/kernel/configs/android-base.config +++ b/kernel/configs/android-base.config | |||
@@ -11,7 +11,6 @@ CONFIG_ANDROID_LOW_MEMORY_KILLER=y | |||
11 | CONFIG_ARMV8_DEPRECATED=y | 11 | CONFIG_ARMV8_DEPRECATED=y |
12 | CONFIG_ASHMEM=y | 12 | CONFIG_ASHMEM=y |
13 | CONFIG_AUDIT=y | 13 | CONFIG_AUDIT=y |
14 | CONFIG_BLK_DEV_DM=y | ||
15 | CONFIG_BLK_DEV_INITRD=y | 14 | CONFIG_BLK_DEV_INITRD=y |
16 | CONFIG_CGROUPS=y | 15 | CONFIG_CGROUPS=y |
17 | CONFIG_CGROUP_CPUACCT=y | 16 | CONFIG_CGROUP_CPUACCT=y |
@@ -19,9 +18,6 @@ CONFIG_CGROUP_DEBUG=y | |||
19 | CONFIG_CGROUP_FREEZER=y | 18 | CONFIG_CGROUP_FREEZER=y |
20 | CONFIG_CGROUP_SCHED=y | 19 | CONFIG_CGROUP_SCHED=y |
21 | CONFIG_CP15_BARRIER_EMULATION=y | 20 | CONFIG_CP15_BARRIER_EMULATION=y |
22 | CONFIG_DM_CRYPT=y | ||
23 | CONFIG_DM_VERITY=y | ||
24 | CONFIG_DM_VERITY_FEC=y | ||
25 | CONFIG_EMBEDDED=y | 21 | CONFIG_EMBEDDED=y |
26 | CONFIG_FB=y | 22 | CONFIG_FB=y |
27 | CONFIG_HIGH_RES_TIMERS=y | 23 | CONFIG_HIGH_RES_TIMERS=y |
diff --git a/kernel/configs/android-recommended.config b/kernel/configs/android-recommended.config index e3b953e966d2..297756be369c 100644 --- a/kernel/configs/android-recommended.config +++ b/kernel/configs/android-recommended.config | |||
@@ -6,12 +6,16 @@ | |||
6 | # CONFIG_PM_WAKELOCKS_GC is not set | 6 | # CONFIG_PM_WAKELOCKS_GC is not set |
7 | # CONFIG_VT is not set | 7 | # CONFIG_VT is not set |
8 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | 8 | CONFIG_BACKLIGHT_LCD_SUPPORT=y |
9 | CONFIG_BLK_DEV_DM=y | ||
9 | CONFIG_BLK_DEV_LOOP=y | 10 | CONFIG_BLK_DEV_LOOP=y |
10 | CONFIG_BLK_DEV_RAM=y | 11 | CONFIG_BLK_DEV_RAM=y |
11 | CONFIG_BLK_DEV_RAM_SIZE=8192 | 12 | CONFIG_BLK_DEV_RAM_SIZE=8192 |
12 | CONFIG_COMPACTION=y | 13 | CONFIG_COMPACTION=y |
13 | CONFIG_DEBUG_RODATA=y | 14 | CONFIG_DEBUG_RODATA=y |
15 | CONFIG_DM_CRYPT=y | ||
14 | CONFIG_DM_UEVENT=y | 16 | CONFIG_DM_UEVENT=y |
17 | CONFIG_DM_VERITY=y | ||
18 | CONFIG_DM_VERITY_FEC=y | ||
15 | CONFIG_DRAGONRISE_FF=y | 19 | CONFIG_DRAGONRISE_FF=y |
16 | CONFIG_ENABLE_DEFAULT_TRACERS=y | 20 | CONFIG_ENABLE_DEFAULT_TRACERS=y |
17 | CONFIG_EXT4_FS=y | 21 | CONFIG_EXT4_FS=y |