diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-09-11 22:23:41 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-09-12 00:21:20 (GMT) |
commit | 693c10e6c1087e8f0ba0e2fd1a67adcff230a484 (patch) | |
tree | d02465c32ccc7bddb1db278b05702c403c960eaa /arch | |
parent | c811ac5366750568b0f412c95c6074dec20c69b2 (diff) | |
download | linux-693c10e6c1087e8f0ba0e2fd1a67adcff230a484.tar.xz |
H8/300: Fix misnamed "CONFIG_BLKDEV_RESERVE_ADDRESS" Kconfig variable
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Acked-by: Satyam Sharma <satyam@infradead.org>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/h8300/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/h8300/Kconfig.debug b/arch/h8300/Kconfig.debug index 554efe6..996d97e 100644 --- a/arch/h8300/Kconfig.debug +++ b/arch/h8300/Kconfig.debug @@ -59,7 +59,7 @@ config BLKDEV_RESERVE help Reserved BLKDEV area. -config CONFIG_BLKDEV_RESERVE_ADDRESS +config BLKDEV_RESERVE_ADDRESS hex 'start address' depends on BLKDEV_RESERVE help |