diff options
Diffstat (limited to 'drivers/demo/Kconfig')
-rw-r--r-- | drivers/demo/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/demo/Kconfig b/drivers/demo/Kconfig index 7a8ce18555..98bb6333c1 100644 --- a/drivers/demo/Kconfig +++ b/drivers/demo/Kconfig @@ -1,3 +1,5 @@ +menu "Demo for driver model" + config DM_DEMO bool "Enable demo uclass support" depends on DM @@ -24,3 +26,5 @@ config DM_DEMO_SHAPE a shape when the 'demo hello' command is executed which targets this device. It can be used to help understand how driver model works. + +endmenu |