1 menu "Demo for driver model"
4 bool "Enable demo uclass support"
7 This uclass allows you to play around with driver model. It provides
8 an interface to a couple of demo devices. You can access it using
9 the 'demo' command or by calling the uclass functions from your
13 bool "Enable simple demo device for driver model"
16 This device allows you to play around with driver model. It prints
17 a message when the 'demo hello' command is executed which targets
18 this device. It can be used to help understand how driver model
22 bool "Enable shape demo device for driver model"
25 This device allows you to play around with driver model. It prints
26 a shape when the 'demo hello' command is executed which targets
27 this device. It can be used to help understand how driver model