The item name is too long and bugs the choice list. The items in the list are not displayed correctly.
This patch moves the list of supported system in the help instead of the bool choice.
Signed-off-by: Daniel Lezcano daniel.lezcano@free.fr --- arch/arm/Kconfig | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 47a9084..5a827b1 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -631,15 +631,17 @@ config ARCH_SA1100 Support for StrongARM 11x0 based boards.
config ARCH_S3C2410 - bool "Samsung S3C2410, S3C2412, S3C2413, S3C2416, S3C2440, S3C2442, S3C2443, S3C2450" + bool "Samsung S3C24xx" select GENERIC_GPIO select ARCH_HAS_CPUFREQ select HAVE_CLK select ARCH_USES_GETTIMEOFFSET help - Samsung S3C2410X CPU based systems, such as the Simtec Electronics - BAST (http://www.simtec.co.uk/products/EB110ITX/), the IPAQ 1940 or - the Samsung SMDK2410 development board (and derivatives). + Samsung S3C2410X CPU based systems (S3C2410, S3C2412, S3C2413, + S3C2416, S3C2440, S3C2442, S3C2443, S3C2450), such as the Simtec + Electronics BAST (http://www.simtec.co.uk/products/EB110ITX/), + the IPAQ 1940 or the Samsung SMDK2410 development board (and + derivatives).
Note, the S3C2416 and the S3C2450 are so close that they even share the same SoC ID code. This means that there is no seperate machine
On Wed, 15 Sep 2010, Daniel Lezcano wrote:
The item name is too long and bugs the choice list. The items in the list are not displayed correctly.
This patch moves the list of supported system in the help instead of the bool choice.
Signed-off-by: Daniel Lezcano daniel.lezcano@free.fr
ACK. Please post a copy of this patch to linux-arm-kernel@lists.infradead.org, and if no one complains then just put it in RMK's patch system at http://www.arm.linux.org.uk/developer/patches/.
arch/arm/Kconfig | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 47a9084..5a827b1 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -631,15 +631,17 @@ config ARCH_SA1100 Support for StrongARM 11x0 based boards. config ARCH_S3C2410
- bool "Samsung S3C2410, S3C2412, S3C2413, S3C2416, S3C2440, S3C2442, S3C2443, S3C2450"
select GENERIC_GPIO select ARCH_HAS_CPUFREQ select HAVE_CLK select ARCH_USES_GETTIMEOFFSET helpbool "Samsung S3C24xx"
Samsung S3C2410X CPU based systems, such as the Simtec Electronics
BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
the Samsung SMDK2410 development board (and derivatives).
Samsung S3C2410X CPU based systems (S3C2410, S3C2412, S3C2413,
S3C2416, S3C2440, S3C2442, S3C2443, S3C2450), such as the Simtec
Electronics BAST (<http://www.simtec.co.uk/products/EB110ITX/>),
the IPAQ 1940 or the Samsung SMDK2410 development board (and
derivatives).
Note, the S3C2416 and the S3C2450 are so close that they even share the same SoC ID code. This means that there is no seperate machine -- 1.7.0.4
On 09/15/2010 02:14 PM, Nicolas Pitre wrote:
On Wed, 15 Sep 2010, Daniel Lezcano wrote:
The item name is too long and bugs the choice list. The items in the list are not displayed correctly.
This patch moves the list of supported system in the help instead of the bool choice.
Signed-off-by: Daniel Lezcanodaniel.lezcano@free.fr
ACK. Please post a copy of this patch to linux-arm-kernel@lists.infradead.org, and if no one complains then just put it in RMK's patch system at http://www.arm.linux.org.uk/developer/patches/.
Ok, thanks.
In the future, shall I do the same Cc'ing the linaro-dev@ mailing list ?
-- Daniel
On Wed, 15 Sep 2010, Daniel Lezcano wrote:
On 09/15/2010 02:14 PM, Nicolas Pitre wrote:
On Wed, 15 Sep 2010, Daniel Lezcano wrote:
The item name is too long and bugs the choice list. The items in the list are not displayed correctly.
This patch moves the list of supported system in the help instead of the bool choice.
Signed-off-by: Daniel Lezcanodaniel.lezcano@free.fr
ACK. Please post a copy of this patch to linux-arm-kernel@lists.infradead.org, and if no one complains then just put it in RMK's patch system at http://www.arm.linux.org.uk/developer/patches/.
Ok, thanks.
In the future, shall I do the same Cc'ing the linaro-dev@ mailing list ?
Sure.
Nicolas
On 09/15/2010 02:14 PM, Nicolas Pitre wrote:
On Wed, 15 Sep 2010, Daniel Lezcano wrote:
The item name is too long and bugs the choice list. The items in the list are not displayed correctly.
This patch moves the list of supported system in the help instead of the bool choice.
Signed-off-by: Daniel Lezcanodaniel.lezcano@free.fr
ACK. Please post a copy of this patch to linux-arm-kernel@lists.infradead.org, and if no one complains then just put it in RMK's patch system at http://www.arm.linux.org.uk/developer/patches/.
Actually, it was already fixed and merged upstream:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git%3Ba=commit%... http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git%3Ba=commit%...
Cheers, -- Daniel
On Wed, 15 Sep 2010, Daniel Lezcano wrote:
On 09/15/2010 02:14 PM, Nicolas Pitre wrote:
On Wed, 15 Sep 2010, Daniel Lezcano wrote:
The item name is too long and bugs the choice list. The items in the list are not displayed correctly.
This patch moves the list of supported system in the help instead of the bool choice.
Signed-off-by: Daniel Lezcanodaniel.lezcano@free.fr
ACK. Please post a copy of this patch to linux-arm-kernel@lists.infradead.org, and if no one complains then just put it in RMK's patch system at http://www.arm.linux.org.uk/developer/patches/.
Actually, it was already fixed and merged upstream:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git%3Ba=commit%... http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git%3Ba=commit%...
Goodie. I've cherry-picked them into the linaro stable branch.
Nicolas