Convert CONFIG_CMD_JFFS2 to Kconfig

This converts the following to Kconfig:
   CONFIG_CMD_JFFS2

Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/configs/pcm030_defconfig b/configs/pcm030_defconfig
index ff9f4e9..3869991 100644
--- a/configs/pcm030_defconfig
+++ b/configs/pcm030_defconfig
@@ -7,6 +7,7 @@
 # CONFIG_CMD_SETEXPR is not set
 CONFIG_CMD_DHCP=y
 CONFIG_CMD_MII=y
+CONFIG_CMD_JFFS2=y
 # CONFIG_MMC is not set
 CONFIG_MTD_NOR_FLASH=y
 CONFIG_USB=y