diff options
author | Olof Johansson <olof@lixom.net> | 2017-01-17 01:41:22 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-01-17 01:41:22 -0500 |
commit | d602ede676b57bf3ab2732ced687b1033a1778b6 (patch) | |
tree | 2eb7e235ebb13375e260bf83907c02be9ab411cf | |
parent | 3f1d69677159311874baa5f8928b879dc4bd6a7b (diff) | |
parent | 74b0ee7579f279dae053053008d29f10f3890c07 (diff) |
Merge tag 'samsung-defconfig-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/defconfig
Samsung defconfig update for v4.11:
1. Cleanup from old MACHs in s5pv210.
2. Enable IP_MULTICAST for libnss-mdns.
* tag 'samsung-defconfig-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
ARM: exynos_defconfig: Enable IP multicast
ARM: s5pv210_defconfig: Remove old MACHs
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/configs/exynos_defconfig | 1 | ||||
-rw-r--r-- | arch/arm/configs/s5pv210_defconfig | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index 79c415c33f69..12b8f69cbb52 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig | |||
@@ -43,6 +43,7 @@ CONFIG_PACKET=y | |||
43 | CONFIG_UNIX=y | 43 | CONFIG_UNIX=y |
44 | CONFIG_NET_KEY=y | 44 | CONFIG_NET_KEY=y |
45 | CONFIG_INET=y | 45 | CONFIG_INET=y |
46 | CONFIG_IP_MULTICAST=y | ||
46 | CONFIG_IP_PNP=y | 47 | CONFIG_IP_PNP=y |
47 | CONFIG_IP_PNP_DHCP=y | 48 | CONFIG_IP_PNP_DHCP=y |
48 | CONFIG_IP_PNP_BOOTP=y | 49 | CONFIG_IP_PNP_BOOTP=y |
diff --git a/arch/arm/configs/s5pv210_defconfig b/arch/arm/configs/s5pv210_defconfig index fa989902236d..c51f0f02012b 100644 --- a/arch/arm/configs/s5pv210_defconfig +++ b/arch/arm/configs/s5pv210_defconfig | |||
@@ -9,10 +9,6 @@ CONFIG_ARCH_S5PV210=y | |||
9 | CONFIG_S3C_LOWLEVEL_UART_PORT=1 | 9 | CONFIG_S3C_LOWLEVEL_UART_PORT=1 |
10 | CONFIG_S3C_DEV_FB=y | 10 | CONFIG_S3C_DEV_FB=y |
11 | CONFIG_S5PV210_SETUP_FB_24BPP=y | 11 | CONFIG_S5PV210_SETUP_FB_24BPP=y |
12 | CONFIG_MACH_AQUILA=y | ||
13 | CONFIG_MACH_GONI=y | ||
14 | CONFIG_MACH_SMDKC110=y | ||
15 | CONFIG_MACH_SMDKV210=y | ||
16 | CONFIG_NO_HZ=y | 12 | CONFIG_NO_HZ=y |
17 | CONFIG_HIGH_RES_TIMERS=y | 13 | CONFIG_HIGH_RES_TIMERS=y |
18 | CONFIG_VMSPLIT_2G=y | 14 | CONFIG_VMSPLIT_2G=y |