From: Kukjin Kim <kgene.kim@samsung.com>
To: 'Rob Herring' <robherring2@gmail.com>, arm@kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
'Ben Dooks' <ben-linux@fluff.org>,
'Rob Herring' <robh@kernel.org>,
linux-samsung-soc@vger.kernel.org
Subject: RE: [PATCH 1/2] ARM: exynos: cleanup kconfig option display
Date: Wed, 11 Jun 2014 22:04:36 +0900 [thread overview]
Message-ID: <07fc01cf8575$b4fbc360$1ef34a20$@samsung.com> (raw)
In-Reply-To: <1402409170-1314-2-git-send-email-robherring2@gmail.com>
Rob Herring wrote:
>
> From: Rob Herring <robh@kernel.org>
>
> The addition of Exynos to multi-platform configs creates a mess of config
> options with options appearing before the Exynos config option. This is
> due to arch/arm/plat-samsung/Kconfig being included out of order with the
> other Samsung platform kconfig files. Reorder the kconfig files and move
> all the options into a sub-menu. Some of the options are dead, so remove
> those as well.
>
> Signed-off-by: Rob Herring <robh@kernel.org>
> Cc: Ben Dooks <ben-linux@fluff.org>
> Cc: Kukjin Kim <kgene.kim@samsung.com>
Looks nice to me :-)
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Thanks,
Kukjin
> Cc: linux-samsung-soc@vger.kernel.org
> ---
> arch/arm/Kconfig | 3 +--
> arch/arm/plat-samsung/Kconfig | 17 +++--------------
> 2 files changed, 4 insertions(+), 16 deletions(-)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 87b63fd..cbf0c37 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -1009,8 +1009,6 @@ source "arch/arm/mach-rockchip/Kconfig"
>
> source "arch/arm/mach-sa1100/Kconfig"
>
> -source "arch/arm/plat-samsung/Kconfig"
> -
> source "arch/arm/mach-socfpga/Kconfig"
>
> source "arch/arm/mach-spear/Kconfig"
> @@ -1028,6 +1026,7 @@ source "arch/arm/mach-s5pc100/Kconfig"
> source "arch/arm/mach-s5pv210/Kconfig"
>
> source "arch/arm/mach-exynos/Kconfig"
> +source "arch/arm/plat-samsung/Kconfig"
>
> source "arch/arm/mach-shmobile/Kconfig"
>
> diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
> index 243dfcb..ac032cd 100644
> --- a/arch/arm/plat-samsung/Kconfig
> +++ b/arch/arm/plat-samsung/Kconfig
> @@ -35,27 +35,15 @@ config SAMSUNG_PM
> Base platform power management code for samsung code
>
> if PLAT_SAMSUNG
> +menu "Samsung Common options"
>
> # boot configurations
>
> comment "Boot options"
>
> -config S3C_BOOT_ERROR_RESET
> - bool "S3C Reboot on decompression error"
> - help
> - Say y here to use the watchdog to reset the system if the
> - kernel decompressor detects an error during decompression.
> -
> -config S3C_BOOT_UART_FORCE_FIFO
> - bool "Force UART FIFO on during boot process"
> - default y
> - help
> - Say Y here to force the UART FIFOs on during the kernel
> - uncompressor
> -
> -
> config S3C_LOWLEVEL_UART_PORT
> int "S3C UART to use for low-level messages"
> + depends on ARCH_S3C64XX
> default 0
> help
> Choice of which UART port to use for the low-level messages,
> @@ -503,4 +491,5 @@ config DEBUG_S3C_UART
> default "2" if DEBUG_S3C_UART2
> default "3" if DEBUG_S3C_UART3
>
> +endmenu
> endif
> --
> 1.9.1
WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: exynos: cleanup kconfig option display
Date: Wed, 11 Jun 2014 22:04:36 +0900 [thread overview]
Message-ID: <07fc01cf8575$b4fbc360$1ef34a20$@samsung.com> (raw)
In-Reply-To: <1402409170-1314-2-git-send-email-robherring2@gmail.com>
Rob Herring wrote:
>
> From: Rob Herring <robh@kernel.org>
>
> The addition of Exynos to multi-platform configs creates a mess of config
> options with options appearing before the Exynos config option. This is
> due to arch/arm/plat-samsung/Kconfig being included out of order with the
> other Samsung platform kconfig files. Reorder the kconfig files and move
> all the options into a sub-menu. Some of the options are dead, so remove
> those as well.
>
> Signed-off-by: Rob Herring <robh@kernel.org>
> Cc: Ben Dooks <ben-linux@fluff.org>
> Cc: Kukjin Kim <kgene.kim@samsung.com>
Looks nice to me :-)
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Thanks,
Kukjin
> Cc: linux-samsung-soc at vger.kernel.org
> ---
> arch/arm/Kconfig | 3 +--
> arch/arm/plat-samsung/Kconfig | 17 +++--------------
> 2 files changed, 4 insertions(+), 16 deletions(-)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 87b63fd..cbf0c37 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -1009,8 +1009,6 @@ source "arch/arm/mach-rockchip/Kconfig"
>
> source "arch/arm/mach-sa1100/Kconfig"
>
> -source "arch/arm/plat-samsung/Kconfig"
> -
> source "arch/arm/mach-socfpga/Kconfig"
>
> source "arch/arm/mach-spear/Kconfig"
> @@ -1028,6 +1026,7 @@ source "arch/arm/mach-s5pc100/Kconfig"
> source "arch/arm/mach-s5pv210/Kconfig"
>
> source "arch/arm/mach-exynos/Kconfig"
> +source "arch/arm/plat-samsung/Kconfig"
>
> source "arch/arm/mach-shmobile/Kconfig"
>
> diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
> index 243dfcb..ac032cd 100644
> --- a/arch/arm/plat-samsung/Kconfig
> +++ b/arch/arm/plat-samsung/Kconfig
> @@ -35,27 +35,15 @@ config SAMSUNG_PM
> Base platform power management code for samsung code
>
> if PLAT_SAMSUNG
> +menu "Samsung Common options"
>
> # boot configurations
>
> comment "Boot options"
>
> -config S3C_BOOT_ERROR_RESET
> - bool "S3C Reboot on decompression error"
> - help
> - Say y here to use the watchdog to reset the system if the
> - kernel decompressor detects an error during decompression.
> -
> -config S3C_BOOT_UART_FORCE_FIFO
> - bool "Force UART FIFO on during boot process"
> - default y
> - help
> - Say Y here to force the UART FIFOs on during the kernel
> - uncompressor
> -
> -
> config S3C_LOWLEVEL_UART_PORT
> int "S3C UART to use for low-level messages"
> + depends on ARCH_S3C64XX
> default 0
> help
> Choice of which UART port to use for the low-level messages,
> @@ -503,4 +491,5 @@ config DEBUG_S3C_UART
> default "2" if DEBUG_S3C_UART2
> default "3" if DEBUG_S3C_UART3
>
> +endmenu
> endif
> --
> 1.9.1
next prev parent reply other threads:[~2014-06-11 13:04 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-10 14:06 [PATCH 0/2] Platform specific kconfig clean-ups Rob Herring
2014-06-10 14:06 ` [PATCH 1/2] ARM: exynos: cleanup kconfig option display Rob Herring
2014-06-10 14:06 ` Rob Herring
2014-06-11 13:04 ` Kukjin Kim [this message]
2014-06-11 13:04 ` Kukjin Kim
2014-06-10 14:06 ` [PATCH 2/2] ARM: use menuconfig for sub-arch menus Rob Herring
2014-06-10 14:09 ` Arnd Bergmann
2014-06-13 14:07 ` Arnd Bergmann
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='07fc01cf8575$b4fbc360$1ef34a20$@samsung.com' \
--to=kgene.kim@samsung.com \
--cc=arm@kernel.org \
--cc=ben-linux@fluff.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=robh@kernel.org \
--cc=robherring2@gmail.com \
/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.