summaryrefslogtreecommitdiffstats
path: root/arch/mips/configs
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2014-07-30 21:34:33 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-31 08:03:01 +0200
commit45efb46dbbee1f354fc672ba586197fb1c6b1316 (patch)
treea76fc369b8e6b6c7fb3cd344d1eab91bb0b3d3f1 /arch/mips/configs
parente9285544124f1b31e5c8e4ce753afba50ac328a9 (diff)
downloadbarebox-45efb46dbbee1f354fc672ba586197fb1c6b1316.tar.gz
barebox-45efb46dbbee1f354fc672ba586197fb1c6b1316.tar.xz
MIPS: ritmix-rzx50_defconfig: enable LED-related stuff
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/configs')
-rw-r--r--arch/mips/configs/ritmix-rzx50_defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/configs/ritmix-rzx50_defconfig b/arch/mips/configs/ritmix-rzx50_defconfig
index e6f10fb938..232faa2659 100644
--- a/arch/mips/configs/ritmix-rzx50_defconfig
+++ b/arch/mips/configs/ritmix-rzx50_defconfig
@@ -29,12 +29,18 @@ CONFIG_CMD_GETOPT=y
CONFIG_CMD_SLEEP=y
CONFIG_CMD_EDIT=y
CONFIG_CMD_GPIO=y
+CONFIG_CMD_LED=y
CONFIG_CMD_POWEROFF=y
+CONFIG_CMD_LED_TRIGGER=y
CONFIG_CMD_OF_NODE=y
CONFIG_CMD_OF_PROPERTY=y
CONFIG_CMD_OFTREE=y
CONFIG_OFDEVICE=y
# CONFIG_SPI is not set
+CONFIG_LED=y
+CONFIG_LED_GPIO=y
+CONFIG_LED_GPIO_OF=y
+CONFIG_LED_TRIGGERS=y
CONFIG_GPIO_JZ4740=y
CONFIG_SHA1=y
CONFIG_SHA224=y