[Buildroot] Getting Kconfig menu right

ANDY KENNEDY ANDY.KENNEDY at adtran.com
Wed Jul 27 21:46:35 UTC 2011


> Hi
> I'm trying to add python-fuse to buildroot. I have the makefile
> working, but there is only one little problem left. I would like
> the option for python-fuse to show up as a sub-item of libfuse,
> only when libfuse is checked. It should be similar, for example, to
> lua - when selected, some relevant sub-options appear as sub-items
> in the xconfig menu. I looked very closely on the lua Config.in,
> but found nothing that tells Kconfig to show all the options as a
> sub-items.
> How can I do this?

depends on BR2_<lib fuse pkg name>

OR

if BR2_<lib fuse pkg name>

endif

Must be done in the same Config.in as the lib fuse, however.

Andy



More information about the buildroot mailing list