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>
This commit is contained in:
parent
c811ac5366
commit
693c10e6c1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue