zephyr/subsys/fb
Sebastian Bøe 0438657193 kconfig: Have the 'framebuffer' menu depend on it being enabled
As this was written before, a 'Framebuffer' menu entry was present,
and to see what kind of features or configuration it had, one had to
navigate into the menu to determine if anything related to
'Framebuffer' was enabled at all.

Now there is an unchecked box on the 'framebuffer' menu when it is
disabled, which clearly expresses that it is disabled without the need
to enter the menu entry.

This change only changes the menu layout, and not the dependencies of
any options.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2018-12-30 16:24:50 -05:00
..
CMakeLists.txt shell: Add initial code for Character Framebuffer shell module 2018-12-07 10:21:02 -05:00
Kconfig kconfig: Have the 'framebuffer' menu depend on it being enabled 2018-12-30 16:24:50 -05:00
cfb.c drivers: Clear SSD1673 display during display init 2018-12-10 17:21:37 -05:00
cfb_fonts.c subsys: add monochrome character framebuffer 2018-10-16 14:54:47 -04:00
cfb_shell.c shell: Add initial code for Character Framebuffer shell module 2018-12-07 10:21:02 -05:00