diff options
author | Philippe De Muyter <phdm@macqel.be> | 2010-05-19 13:30:49 +0200 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2010-05-24 14:38:51 +1000 |
commit | 73a9983e6f77e347a8e04861c0d55936c01ce217 (patch) | |
tree | cd7012777270481ea976cb381fbcd60107dd9cd5 /arch/m68knommu | |
parent | f606aee2e0a37013cf2a8a28d7ed089d7c31d55a (diff) |
m68knommu: improve short help of m68knommu/Kconfig/RAMSIZE for '0' case
While it is explained in the long help text, meaning of '0' for RAMSIZE
is easily overlooked because is not mentioned in the short help text.
Add that.
Signed-off-by: Philippe De Muyter <phdm@macqel.be>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r-- | arch/m68knommu/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig index 064f5913db1a..efeb6033fc17 100644 --- a/arch/m68knommu/Kconfig +++ b/arch/m68knommu/Kconfig @@ -566,7 +566,7 @@ config RAMBASE processor address space. config RAMSIZE - hex "Size of RAM (in bytes)" + hex "Size of RAM (in bytes), or 0 for automatic" default "0x400000" help Define the size of the system RAM. If you select 0 then the |