barebox/lib/bootstrap/Kconfig
Alexander Shiyan 4db3f91326 Cleanup Kconfig files
This patch provides a global cleanup barebox Kconfig files. This includes
replacing spaces to tabs, formatting in accordance format.
No functional changes.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-08-12 08:05:37 +02:00

14 lines
190 B
Text

menuconfig BOOTSTRAP
bool "Library bootstrap routines"
depends on SHELL_NONE
if BOOTSTRAP
config BOOTSTRAP_DEVFS
bool "devfs support"
config BOOTSTRAP_DISK
bool "disk support"
endif