linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: krzk@kernel.org (Krzysztof Kozlowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 27/35] ARM: s3c2410_defconfig: Bring back lost (but wanted) options
Date: Thu,  8 Jun 2017 18:10:38 +0200	[thread overview]
Message-ID: <20170608161049.12421-27-krzk@kernel.org> (raw)
In-Reply-To: <20170608160836.12196-1-krzk@kernel.org>

The config was not updated for some time so it needs updates to get the
same options as wanted initially:
 - IP_NF_TARGET_LOG was replaced by NETFILTER_XT_TARGET_LOG;
 - NF_NAT was replaced by IP_NF_NAT;
 - SERIAL_DEV_BUS is now needed for BT_HCIUART_LL;
 - TPS65010 is now needed for MACH_OSIRIS_DVS;
 - DMADEVICES and S3C24XX_DMAC are now needed for MMC_S3C;

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/arm/configs/s3c2410_defconfig | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/arch/arm/configs/s3c2410_defconfig b/arch/arm/configs/s3c2410_defconfig
index dc3469d9da26..aacc788f5d55 100644
--- a/arch/arm/configs/s3c2410_defconfig
+++ b/arch/arm/configs/s3c2410_defconfig
@@ -100,6 +100,7 @@ CONFIG_NF_CT_NETLINK=m
 CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
 CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
 CONFIG_NETFILTER_XT_TARGET_LED=m
+CONFIG_NETFILTER_XT_TARGET_LOG=m
 CONFIG_NETFILTER_XT_TARGET_MARK=m
 CONFIG_NETFILTER_XT_TARGET_NFLOG=m
 CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
@@ -143,8 +144,7 @@ CONFIG_IP_NF_MATCH_ECN=m
 CONFIG_IP_NF_MATCH_TTL=m
 CONFIG_IP_NF_FILTER=m
 CONFIG_IP_NF_TARGET_REJECT=m
-CONFIG_IP_NF_TARGET_LOG=m
-CONFIG_NF_NAT=m
+CONFIG_IP_NF_NAT=m
 CONFIG_IP_NF_TARGET_MASQUERADE=m
 CONFIG_IP_NF_TARGET_NETMAP=m
 CONFIG_IP_NF_TARGET_REDIRECT=m
@@ -272,6 +272,7 @@ CONFIG_SERIAL_8250_MANY_PORTS=y
 CONFIG_SERIAL_8250_SHARE_IRQ=y
 CONFIG_SERIAL_SAMSUNG=y
 CONFIG_SERIAL_SAMSUNG_CONSOLE=y
+CONFIG_SERIAL_DEV_BUS=m
 CONFIG_PRINTER=y
 CONFIG_PPDEV=y
 CONFIG_HW_RANDOM=y
@@ -289,6 +290,7 @@ CONFIG_SENSORS_LM85=m
 CONFIG_WATCHDOG=y
 CONFIG_S3C2410_WATCHDOG=y
 CONFIG_MFD_SM501=y
+CONFIG_TPS65010=y
 CONFIG_FB=y
 CONFIG_FIRMWARE_EDID=y
 CONFIG_FB_MODE_HELPERS=y
@@ -372,6 +374,8 @@ CONFIG_LEDS_TRIGGER_GPIO=m
 CONFIG_LEDS_TRIGGER_DEFAULT_ON=m
 CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_S3C=y
+CONFIG_DMADEVICES=y
+CONFIG_S3C24XX_DMAC=y
 CONFIG_EXT2_FS=y
 CONFIG_EXT2_FS_XATTR=y
 CONFIG_EXT2_FS_POSIX_ACL=y
-- 
2.9.3

  parent reply	other threads:[~2017-06-08 16:10 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20170608160836.12196-1-krzk@kernel.org>
2017-06-08 16:10 ` [PATCH 01/35] ARM: defconfig: Cleanup from old Kconfig options Krzysztof Kozlowski
2017-06-09  9:08   ` Liviu Dudau
2017-06-08 16:10 ` [PATCH 02/35] MIPS: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 24/35] ARM: defconfig: samsung: Re-order entries to match savedefconfig Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 25/35] ARM: mini2440_defconfig: Bring back lost (but wanted) options Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 26/35] ARM: tct_hammer_defconfig: " Krzysztof Kozlowski
2017-06-08 16:10 ` Krzysztof Kozlowski [this message]
2017-06-08 16:10 ` [PATCH 28/35] ARM: s3c6400_defconfig: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 29/35] ARM: s5pv210_defconfig: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 30/35] ARM: exynos_defconfig: Save defconfig Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 31/35] ARM: s3c2410_defconfig: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 32/35] ARM: mini2440_defconfig: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 33/35] ARM: s3c6400_defconfig: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 34/35] ARM: s5pv210_defconfig: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 35/35] ARM: tct_hammer_defconfig: " Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170608161049.12421-27-krzk@kernel.org \
    --to=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).