summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/fs.kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/kconfig/fs.kconfig b/kconfig/fs.kconfig
index 75b7b62..9ce3741 100644
--- a/kconfig/fs.kconfig
+++ b/kconfig/fs.kconfig
@@ -36,7 +36,7 @@ config EMBTK_ROOTFS_HAVE_JFFS2_BLOCKSIZE
depends on EMBTK_ROOTFS_HAVE_JFFS2
help
Erase block size to use in KB
- string "Erase block size to use in KB"
- default "512"
+ int "Erase block size to use in KB"
+ default 512
endmenu