All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jacopo Mondi <jacopo+renesas@jmondi.org>
To: hverkuil@xs4all.nl, mchehab@kernel.org,
	ysato@users.sourceforge.jp, dalias@libc.org
Cc: Jacopo Mondi <jacopo+renesas@jmondi.org>,
	linux-renesas-soc@vger.kernel.org, linux-media@vger.kernel.org,
	linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 7/9] sh: defconfig: ap325rxa: Update defconfig
Date: Wed, 04 Jul 2018 10:15:44 +0000	[thread overview]
Message-ID: <1530699346-3235-8-git-send-email-jacopo+renesas@jmondi.org> (raw)
In-Reply-To: <1530699346-3235-1-git-send-email-jacopo+renesas@jmondi.org>

Update defconfig to Linux v4.18-rc2.

Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>

---
The updated config file generated by:

make ARCH=sh ap325rxa_defconfig
make ARCH=sh menuconfig
make ARCH=sh savedefconfig
cp defconfig arch/sh/configs/ap325rxa_defconfig
---
---
 arch/sh/configs/ap325rxa_defconfig | 24 ++----------------------
 1 file changed, 2 insertions(+), 22 deletions(-)

diff --git a/arch/sh/configs/ap325rxa_defconfig b/arch/sh/configs/ap325rxa_defconfig
index 72b72e5..47c7344 100644
--- a/arch/sh/configs/ap325rxa_defconfig
+++ b/arch/sh/configs/ap325rxa_defconfig
@@ -1,8 +1,8 @@
 # CONFIG_LOCALVERSION_AUTO is not set
 CONFIG_SYSVIPC=y
+CONFIG_HIGH_RES_TIMERS=y
 CONFIG_BSD_PROCESS_ACCT=y
 CONFIG_LOG_BUF_SHIFT\x14
-# CONFIG_KALLSYMS is not set
 CONFIG_SLAB=y
 CONFIG_MODULES=y
 CONFIG_MODULE_UNLOAD=y
@@ -11,8 +11,6 @@ CONFIG_CPU_SUBTYPE_SH7723=y
 CONFIG_MEMORY_SIZE=0x08000000
 CONFIG_FLATMEM_MANUAL=y
 CONFIG_SH_AP325RXA=y
-# CONFIG_SH_TIMER_CMT is not set
-CONFIG_HIGH_RES_TIMERS=y
 CONFIG_SECCOMP=y
 CONFIG_PREEMPT=y
 CONFIG_CMDLINE_OVERWRITE=y
@@ -43,17 +41,12 @@ CONFIG_BLK_DEV_RAM_COUNT=4
 CONFIG_SCSI=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_NETDEVICES=y
-CONFIG_SMSC_PHY=y
-CONFIG_NET_ETHERNET=y
 CONFIG_SMSC911X=y
-# CONFIG_INPUT_MOUSEDEV is not set
+CONFIG_SMSC_PHY=y
 # CONFIG_INPUT_KEYBOARD is not set
 # CONFIG_INPUT_MOUSE is not set
 # CONFIG_SERIO is not set
-CONFIG_VT_HW_CONSOLE_BINDING=y
 CONFIG_SERIAL_SH_SCI=y
-CONFIG_SERIAL_SH_SCI_NR_UARTS=6
-CONFIG_SERIAL_SH_SCI_CONSOLE=y
 CONFIG_HW_RANDOM=y
 CONFIG_I2C=y
 CONFIG_I2C_CHARDEV=y
@@ -62,15 +55,6 @@ CONFIG_SPI=y
 CONFIG_SPI_GPIO=y
 # CONFIG_HWMON is not set
 CONFIG_MEDIA_SUPPORT=y
-CONFIG_VIDEO_DEV=y
-# CONFIG_VIDEO_ALLOW_V4L1 is not set
-# CONFIG_MEDIA_TUNER_CUSTOMISE is not set
-CONFIG_VIDEO_HELPER_CHIPS_AUTO=y
-CONFIG_SOC_CAMERA=y
-CONFIG_SOC_CAMERA_PLATFORM=y
-CONFIG_SOC_CAMERA_OV772X=y
-CONFIG_VIDEO_SH_MOBILE_CEU=y
-# CONFIG_RADIO_ADAPTERS is not set
 CONFIG_FB=y
 CONFIG_FB_SH_MOBILE_LCDC=y
 CONFIG_FRAMEBUFFER_CONSOLE=y
@@ -87,14 +71,12 @@ CONFIG_EXT2_FS_XATTR=y
 CONFIG_EXT2_FS_POSIX_ACL=y
 CONFIG_EXT2_FS_SECURITY=y
 CONFIG_EXT3_FS=y
-# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
 CONFIG_EXT3_FS_POSIX_ACL=y
 CONFIG_EXT3_FS_SECURITY=y
 CONFIG_VFAT_FS=y
 CONFIG_PROC_KCORE=y
 CONFIG_TMPFS=y
 CONFIG_NFS_FS=y
-CONFIG_NFS_V3=y
 CONFIG_ROOT_NFS=y
 CONFIG_NFSD=y
 CONFIG_NFSD_V3=y
@@ -102,7 +84,5 @@ CONFIG_NLS_CODEPAGE_437=y
 CONFIG_NLS_CODEPAGE_932=y
 CONFIG_NLS_ISO8859_1=y
 # CONFIG_ENABLE_MUST_CHECK is not set
-CONFIG_CRYPTO=y
 CONFIG_CRYPTO_CBC=y
-# CONFIG_CRYPTO_ANSI_CPRNG is not set
 CONFIG_CRC_T10DIF=y
-- 
2.7.4


WARNING: multiple messages have this Message-ID (diff)
From: Jacopo Mondi <jacopo+renesas@jmondi.org>
To: hverkuil@xs4all.nl, mchehab@kernel.org,
	ysato@users.sourceforge.jp, dalias@libc.org
Cc: Jacopo Mondi <jacopo+renesas@jmondi.org>,
	linux-renesas-soc@vger.kernel.org, linux-media@vger.kernel.org,
	linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 7/9] sh: defconfig: ap325rxa: Update defconfig
Date: Wed,  4 Jul 2018 12:15:44 +0200	[thread overview]
Message-ID: <1530699346-3235-8-git-send-email-jacopo+renesas@jmondi.org> (raw)
In-Reply-To: <1530699346-3235-1-git-send-email-jacopo+renesas@jmondi.org>

Update defconfig to Linux v4.18-rc2.

Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>

---
The updated config file generated by:

make ARCH=sh ap325rxa_defconfig
make ARCH=sh menuconfig
make ARCH=sh savedefconfig
cp defconfig arch/sh/configs/ap325rxa_defconfig
---
---
 arch/sh/configs/ap325rxa_defconfig | 24 ++----------------------
 1 file changed, 2 insertions(+), 22 deletions(-)

diff --git a/arch/sh/configs/ap325rxa_defconfig b/arch/sh/configs/ap325rxa_defconfig
index 72b72e5..47c7344 100644
--- a/arch/sh/configs/ap325rxa_defconfig
+++ b/arch/sh/configs/ap325rxa_defconfig
@@ -1,8 +1,8 @@
 # CONFIG_LOCALVERSION_AUTO is not set
 CONFIG_SYSVIPC=y
+CONFIG_HIGH_RES_TIMERS=y
 CONFIG_BSD_PROCESS_ACCT=y
 CONFIG_LOG_BUF_SHIFT=14
-# CONFIG_KALLSYMS is not set
 CONFIG_SLAB=y
 CONFIG_MODULES=y
 CONFIG_MODULE_UNLOAD=y
@@ -11,8 +11,6 @@ CONFIG_CPU_SUBTYPE_SH7723=y
 CONFIG_MEMORY_SIZE=0x08000000
 CONFIG_FLATMEM_MANUAL=y
 CONFIG_SH_AP325RXA=y
-# CONFIG_SH_TIMER_CMT is not set
-CONFIG_HIGH_RES_TIMERS=y
 CONFIG_SECCOMP=y
 CONFIG_PREEMPT=y
 CONFIG_CMDLINE_OVERWRITE=y
@@ -43,17 +41,12 @@ CONFIG_BLK_DEV_RAM_COUNT=4
 CONFIG_SCSI=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_NETDEVICES=y
-CONFIG_SMSC_PHY=y
-CONFIG_NET_ETHERNET=y
 CONFIG_SMSC911X=y
-# CONFIG_INPUT_MOUSEDEV is not set
+CONFIG_SMSC_PHY=y
 # CONFIG_INPUT_KEYBOARD is not set
 # CONFIG_INPUT_MOUSE is not set
 # CONFIG_SERIO is not set
-CONFIG_VT_HW_CONSOLE_BINDING=y
 CONFIG_SERIAL_SH_SCI=y
-CONFIG_SERIAL_SH_SCI_NR_UARTS=6
-CONFIG_SERIAL_SH_SCI_CONSOLE=y
 CONFIG_HW_RANDOM=y
 CONFIG_I2C=y
 CONFIG_I2C_CHARDEV=y
@@ -62,15 +55,6 @@ CONFIG_SPI=y
 CONFIG_SPI_GPIO=y
 # CONFIG_HWMON is not set
 CONFIG_MEDIA_SUPPORT=y
-CONFIG_VIDEO_DEV=y
-# CONFIG_VIDEO_ALLOW_V4L1 is not set
-# CONFIG_MEDIA_TUNER_CUSTOMISE is not set
-CONFIG_VIDEO_HELPER_CHIPS_AUTO=y
-CONFIG_SOC_CAMERA=y
-CONFIG_SOC_CAMERA_PLATFORM=y
-CONFIG_SOC_CAMERA_OV772X=y
-CONFIG_VIDEO_SH_MOBILE_CEU=y
-# CONFIG_RADIO_ADAPTERS is not set
 CONFIG_FB=y
 CONFIG_FB_SH_MOBILE_LCDC=y
 CONFIG_FRAMEBUFFER_CONSOLE=y
@@ -87,14 +71,12 @@ CONFIG_EXT2_FS_XATTR=y
 CONFIG_EXT2_FS_POSIX_ACL=y
 CONFIG_EXT2_FS_SECURITY=y
 CONFIG_EXT3_FS=y
-# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
 CONFIG_EXT3_FS_POSIX_ACL=y
 CONFIG_EXT3_FS_SECURITY=y
 CONFIG_VFAT_FS=y
 CONFIG_PROC_KCORE=y
 CONFIG_TMPFS=y
 CONFIG_NFS_FS=y
-CONFIG_NFS_V3=y
 CONFIG_ROOT_NFS=y
 CONFIG_NFSD=y
 CONFIG_NFSD_V3=y
@@ -102,7 +84,5 @@ CONFIG_NLS_CODEPAGE_437=y
 CONFIG_NLS_CODEPAGE_932=y
 CONFIG_NLS_ISO8859_1=y
 # CONFIG_ENABLE_MUST_CHECK is not set
-CONFIG_CRYPTO=y
 CONFIG_CRYPTO_CBC=y
-# CONFIG_CRYPTO_ANSI_CPRNG is not set
 CONFIG_CRC_T10DIF=y
-- 
2.7.4


  parent reply	other threads:[~2018-07-04 10:15 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-04 10:15 [PATCH 0/9] sh: Remove soc_camera from defconfigs Jacopo Mondi
2018-07-04 10:15 ` Jacopo Mondi
2018-07-04 10:15 ` [PATCH 1/9] sh: defconfig: migor: Update defconfig Jacopo Mondi
2018-07-04 10:15   ` Jacopo Mondi
2018-07-04 11:08   ` Geert Uytterhoeven
2018-07-04 11:08     ` Geert Uytterhoeven
2018-07-04 11:52     ` jacopo mondi
2018-07-04 11:52       ` jacopo mondi
2018-07-04 11:54       ` Geert Uytterhoeven
2018-07-04 11:54         ` Geert Uytterhoeven
2018-07-24 21:49   ` Mauro Carvalho Chehab
2018-07-24 21:49     ` Mauro Carvalho Chehab
2018-08-13 14:20     ` jacopo mondi
2018-08-13 14:20       ` jacopo mondi
2018-07-04 10:15 ` [PATCH 2/9] sh: defconfig: migor: Enable CEU and sensor drivers Jacopo Mondi
2018-07-04 10:15   ` Jacopo Mondi
2018-07-04 10:15 ` [PATCH 3/9] sh: defconfig: ecovec: Update defconfig Jacopo Mondi
2018-07-04 10:15   ` Jacopo Mondi
2018-07-04 10:15 ` [PATCH 4/9] sh: defconfig: ecovec: Enable CEU and video drivers Jacopo Mondi
2018-07-04 10:15   ` Jacopo Mondi
2018-07-04 10:15 ` [PATCH 5/9] sh: defconfig: se7724: Update defconfig Jacopo Mondi
2018-07-04 10:15   ` Jacopo Mondi
2018-07-04 10:15 ` [PATCH 6/9] sh: defconfig: se7724: Enable CEU and sensor driver Jacopo Mondi
2018-07-04 10:15   ` Jacopo Mondi
2018-07-04 10:15 ` Jacopo Mondi [this message]
2018-07-04 10:15   ` [PATCH 7/9] sh: defconfig: ap325rxa: Update defconfig Jacopo Mondi
2018-07-04 10:15 ` [PATCH 8/9] sh: defconfig: ap325rxa: Enable CEU and sensor driver Jacopo Mondi
2018-07-04 10:15   ` Jacopo Mondi
2018-07-04 10:15 ` [PATCH 9/9] sh: migor: Remove stale soc_camera include Jacopo Mondi
2018-07-04 10:15   ` Jacopo Mondi

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=1530699346-3235-8-git-send-email-jacopo+renesas@jmondi.org \
    --to=jacopo+renesas@jmondi.org \
    --cc=dalias@libc.org \
    --cc=hverkuil@xs4all.nl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=ysato@users.sourceforge.jp \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.