From 97ef769f2d180b5809c2f9513cf4bb66de1f2595 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 25 Sep 2013 18:50:14 -0600 Subject: Mov apps/examples/composite to apps/system/composite; convert configs/stm3210e-eval/composite to use kconfig-frontend tools -- untested --- apps/system/Kconfig | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'apps/system/Kconfig') diff --git a/apps/system/Kconfig b/apps/system/Kconfig index c2eec877b..82741e572 100644 --- a/apps/system/Kconfig +++ b/apps/system/Kconfig @@ -3,10 +3,14 @@ # see misc/tools/kconfig-language.txt. # -menu "USB CDC/ACM Class Commands" +menu "USB CDC/ACM Device Commands" source "$APPSDIR/system/cdcacm/Kconfig" endmenu +menu "USB Composite Device Commands" +source "$APPSDIR/system/composite/Kconfig" +endmenu + menu "Custom Free Memory Command" source "$APPSDIR/system/free/Kconfig" endmenu @@ -55,7 +59,7 @@ menu "Stack Monitor" source "$APPSDIR/system/stackmonitor/Kconfig" endmenu -menu "USB Mass Storage Class Commands" +menu "USB Mass Storage Device Commands" source "$APPSDIR/system/usbmsc/Kconfig" endmenu -- cgit v1.2.3