X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fdemo%2FKconfig;h=98bb6333c1c0ef5f1874b3ac611351aed2402b1e;hb=2cb5d67c1aceb758033954cc06382367ac89e6ac;hp=7a8ce185551d05382d741dea3cfe35a097f7f354;hpb=2a4eeadd56e0760b33c7ebef383c105479a93cac;p=u-boot 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