X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fdemo%2FKconfig;h=98bb6333c1c0ef5f1874b3ac611351aed2402b1e;hb=94e72a6bd994078674188bee2efb727a110a1cc6;hp=7a8ce185551d05382d741dea3cfe35a097f7f354;hpb=b9cb64825b5e6efeb715abd8b48d9b12f98973e9;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